push-app
v2.0.2
Published
Push an app to a client, uninstalling first if need be
Readme
push-app
Push a Firefox OS app to a client, uninstalling first if need be
Example
var pushApp = require('push-app');
pushApp(client, pathToApp).then(function(installResults) {
// ...
});where
clientis an instance of firefox-clientpathToAppis the path in the file system to the Firefox OS app you want to be installed in the client

