This package has been deprecated

Author message:

PhantomJS is deprecated.

phantom-bridge

3.0.0 • Public • Published

Deprecated

PhantomJS is deprecated.


phantom-bridge Build Status

Simple PhantomJS bridge

Install

$ npm install --save phantom-bridge

Usage

var path = require('path');
var phantomBridge = require('phantom-bridge');
 
var cp = phantomBridge(path.join(__dirname, 'phantom-script.js'), [
    '--ignore-ssl-errors=true',
    '--local-to-remote-url-access=true',
    '--ssl-protocol=any'
]);
 
cp.stdout.pipe(process.stdout);

License

MIT © Sindre Sorhus

Package Sidebar

Install

npm i phantom-bridge

Weekly Downloads

147

Version

3.0.0

License

MIT

Unpacked Size

3.06 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus