Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hughsk/firefox-location

Approximates the current location of Mozilla Firefox on your system.
https://github.com/hughsk/firefox-location

Last synced: 12 days ago
JSON representation

Approximates the current location of Mozilla Firefox on your system.

Awesome Lists containing this project

README

        

# firefox-location
![](http://img.shields.io/badge/stability-experimental-orange.svg?style=flat)
![](http://img.shields.io/npm/v/firefox-location.svg?style=flat)
![](http://img.shields.io/npm/dm/firefox-location.svg?style=flat)
![](http://img.shields.io/npm/l/firefox-location.svg?style=flat)

Approximates the current location of Mozilla Firefox on your system.

Based off [chrome-location](http://github.com/hughsk/chrome-location), which
in turn was extracted out of
[karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher/blob/27462e86efd9c2fba47cd25a9ec303606c3d245e/index.js).

## Usage

[![NPM](https://nodei.co/npm/firefox-location.png)](https://nodei.co/npm/firefox-location/)

### `location = require('firefox-location')`

Returns the path to Mozilla Firefox as a string.

## License

MIT. See [LICENSE.md](http://github.com/hughsk/firefox-location/blob/master/LICENSE.md) for details.