npm/oss-license-name-to-url

Name: oss-license-name-to-url

Owner: npm

Description: null

Created: 2015-02-12 05:06:27.0

Updated: 2018-01-22 18:45:40.0

Pushed: 2015-08-26 00:04:52.0

Homepage: null

Size: 152

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

oss-license-name-to-url

Convert shorthand OSS license names to opensource.org URLs

Installation

Download node at nodejs.org and install it, if you haven't already.

install oss-license-name-to-url --save
Usage
url = require("oss-license-name-to-url")

"apache 2")   // http://opensource.org/licenses/Apache-2.0
"apache-2")   // http://opensource.org/licenses/Apache-2.0
"bsd")        // http://opensource.org/licenses/BSD-2-Clause
"x11")        // http://opensource.org/licenses/MIT
"X11")        // http://opensource.org/licenses/MIT
"WTFPLv2")    // http://www.wtfpl.net/about/
Tests
install
test
Dependencies
Dev Dependencies
License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.