1.0.0 • Published 8 years ago

linux-firefox v1.0.0

Weekly downloads
24
License
MIT
Repository
github
Last release
8 years ago

linux-firefox

Launch a fresh Firefox on Linux.

Example

const firefox = require('linux-firefox')

firefox({ uri: 'https://github.com/' }, (err, ps) => {
  if (err) throw err    
  ps.on('error', console.error)
})

Installation

$ npm install linux-firefox

Firefox needs to be installed on your system as well.

API

firefox(opts, cb)

Options:

  • display: Launch Firefox on :${opts.display}
  • proxy: Proxy server settings
  • noProxy: Proxy routes to skip

License

MIT