1.0.1 • Published 6 years ago

fbinstant-deploy v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.0

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago