Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

MicrosoftEdge/edge-launch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edge-launch

Launcher for Microsoft Edge

Installation

npm install edge-launch

Usage

var edge_launch = require('edge-launch')
var options = {}

edge_launch('http://kenneth.io', options, function(err, strout) {
  console.log('err', err)
})

License

MIT.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Releases

No releases published

Packages

No packages published