$ npm install opn ////////////////////////////////////////// var opn = require('opn'); // opens the url in the default browser opn('http://sindresorhus.com'); // specify the app to open in opn('http://sindresorhus.com', {app: 'firefox'});