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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    0
  • 2.0.0
    0

Package Sidebar

Install

npm i os-url

Weekly Downloads

0

Version

2.0.1

License

MIT

Last publish

Collaborators

  • joates