fxos-findapp

0.3.0 • Public • Published

fxos-findapp

Given a local manifest.webapp, it finds app installed on the FirefoxOS device or simulator

Install

$ npm install --save fxos-findapp

Usage

The way the library currently finds the app in remote is by finding an app with the same name

var findApp = require('fxos-findapp');
 
findApp('./nicola/manifest.webapp', function(app) {
  console.log('my app remotely:', app)
});

Package Sidebar

Install

npm i fxos-findapp

Weekly Downloads

3

Version

0.3.0

License

ISC

Last publish

Collaborators

  • nicola