Skip to content

Latest commit

 

History

History
executable file
·
19 lines (17 loc) · 450 Bytes

File metadata and controls

executable file
·
19 lines (17 loc) · 450 Bytes

nodeopen


Travis Status

介绍

nodejs打开浏览器

用法

const nodeopen = require('nodeopen');
nodeopen('http://www.baidu.com');
nodeopen('http://www.baidu.com',function (){
	console.log('you are opened baidu in browser!');
});