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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    1
  • 0.2.0
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i fxos-findapp

Weekly Downloads

1

Version

0.3.0

License

ISC

Last publish

Collaborators

  • nicola