1.0.1 • Published 5 years ago

fbinstant-deploy v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Deployer for facebook instant games

NPM package to help automate the deployment of facebook instant games.

The deploy() function returns a promise that will resolve if the package has been delivered to the facebook endpoint.

#installation

npm install --save-dev fbinstant-deploy

Usage

require("fbinstant-deploy").deploy(directory, access_token, app_id, comment);

Example

const instantDeployer = require("fbinstant-deploy");
instantDeployer.deploy("/some/dir/to/zip/", "access_token", "app_id", "some comment here").then(()=>{
    console.log("Deployment successful!");
});
1.0.1

5 years ago

1.0.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago