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.
- Host: GitHub
- URL: https://github.com/potch/node-browse
- Owner: potch
- License: bsd-2-clause
- Created: 2013-11-22T01:33:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T05:49:11.000Z (over 12 years ago)
- Last Synced: 2025-07-05T15:42:23.252Z (12 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/');
```