Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hughsk/firefox-location
- Owner: hughsk
- License: other
- Created: 2014-11-15T03:08:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T13:31:33.000Z (about 9 years ago)
- Last Synced: 2024-10-17T16:39:47.066Z (22 days ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.