os-url

2.0.1 • Public • Published

os-url

A node.js utility

Installation

npm install os-url

API

use as a module..

var link = require('os-url')
 
link('github', function(err, data) {
  if (err) return console.error(err)
  console.log(data)
})

or from the command line..

node index.js 'github'
 
//output is:
https://github.com/

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i os-url

Weekly Downloads

0

Version

2.0.1

License

MIT

Last publish

Collaborators

  • joates