Socket
Socket
Sign inDemoInstall

fbinstant-deploy

Package Overview
Dependencies
106
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fbinstant-deploy

Deployer for Facebook Instant Games


Version published
Weekly downloads
171
increased by24.82%
Maintainers
1
Install size
6.30 MB
Created
Weekly downloads
 

Readme

Source

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!");
});

Keywords

FAQs

Last updated on 02 Aug 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc