An open API service indexing awesome lists of open source software.

https://github.com/potch/node-browse

Open a URL in the default browser.
https://github.com/potch/node-browse

Last synced: 8 months ago
JSON representation

Open a URL in the default browser.

Awesome Lists containing this project

README

          

# node-browse

Attempts to open a URL in the default browser.

## Usage

```js
var browseTo = require('node-browse').openURL;
browseTo('http://example.com/');
```