windows-chrome

1.0.5 • Public • Published

windows-chrome

Uses win-detect-browsers

Usage

const chrome = require('windows-chrome')
 
chrome({ uri: 'https://github.com/' }, function(err, ps){
    ps.stderr.setEncoding('utf8')
        ps.stderr.on('data', (data) => {
         console.log('err', data);
        });
    
    // ... 
})

Installation

$ npm install windows-chrome

Google Chrome needs to be installed on your system as well.

API

chrome(opts, callback)

Callback is called with err and child_process objects.

Options:

  • uri: Open this at start
  • proxy: Proxy server settings
  • dataDir: Data dir, defaults to your systems' TMP

Readme

Keywords

none

Package Sidebar

Install

npm i windows-chrome

Weekly Downloads

8

Version

1.0.5

License

ISC

Unpacked Size

4.14 kB

Total Files

5

Last publish

Collaborators

  • ashnur