push-app

2.0.2 • Public • Published

push-app

Push a Firefox OS app to a client, uninstalling first if need be

Install with NPM

Example

var pushApp = require('push-app');
 
pushApp(client, pathToApp).then(function(installResults) {
    // ...
});

where

  • client is an instance of firefox-client
  • pathToApp is the path in the file system to the Firefox OS app you want to be installed in the client

Readme

Keywords

Package Sidebar

Install

npm i push-app

Weekly Downloads

11

Version

2.0.2

License

Apache 2

Last publish

Collaborators

  • sole