1.0.2 • Published 7 years ago

openbrowser v1.0.2

Weekly downloads
27
License
MIT
Repository
-
Last release
7 years ago

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');