1.0.1 • Published 7 years ago

firefox-nightly-prebuilt v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

firefox-nightly-prebuilt

Use prebuilt FirefoxNightly binaries.

This caches Nightlys on disk, for at most day.

Work in progress: This currently only works on macOS. Pull requests welcome!

Usage

First install the module, which downloads FirefoxNightly unless you have the current nightly cached already:

$ npm install --save firefox-nightly-prebuilt

Then get the path to the executable in Node:

const firefox = require('firefox-nightly-prebuilt')
console.log(firefox)

// for example:
spawn(firefox, ['-headless'])

License

MIT