openbrowser
v1.0.2
Published
open the browser
Downloads
364
Readme
openbrowser(url: string): boolean
Attempts to open the browser with a given URL. On Mac OS X, attempts to reuse an existing Chrome tab via AppleScript. Otherwise, falls back to opn behavior.
var openbrowser = require('openbrowser');
openbrowser('http://localhost:3000');