# fxos-findapp

> Find a particular app amongst the installed one in FirefoxOS

Latest version **0.3.0** (published 2014-09-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install fxos-findapp
pnpm add fxos-findapp
yarn add fxos-findapp
bun add fxos-findapp
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2014-09-18 |
| First published | 2014-08-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Nicola Greco |
| Maintainers | nicola |
| Keywords | webapps, b2g, firefoxos, fxos |

## Links

- npm: https://www.npmjs.com/package/fxos-findapp
- Repository: https://github.com/nicola/fxos-findapp
- Issues: https://github.com/nicola/fxos-findapp/issues
- npm.io page: https://npm.io/package/fxos-findapp

## Dependencies (5)

- [q](https://npm.io/package/q.md) ^1.0.1
- [fxos-start](https://npm.io/package/fxos-start.md) ^0.3.0
- [underscore](https://npm.io/package/underscore.md) ^1.7.0
- [fxos-connect](https://npm.io/package/fxos-connect.md) ^0.3.0
- [firefox-client](https://npm.io/package/firefox-client.md) ^0.3.0

## Recent versions

- 0.3.0 (latest) — 2014-09-18
- 0.2.0 — 2014-09-15
- 0.1.1 — 2014-08-26
- 0.1.0 — 2014-08-26

## README

# 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

```javascript
var findApp = require('fxos-findapp');

findApp('./nicola/manifest.webapp', function(app) {
  console.log('my app remotely:', app)
});
```

---
_Source: https://npm.io/package/fxos-findapp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
