UNPKG

firefox-location

Version:

Approximates the current location of Mozilla Firefox on your system.

24 lines (15 loc) 918 B
# 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.