nodejs-opensourceapi
nodejs-opensourceapi
is an API Wrapper that allows you to query the Open Source License API with NodeJS
Installing (requires Node >= v0.10)
$ npm install --save nodejs-opensourceapi
Example
var licenses = // List all licenseslicensesall { // ...something cool} // Find all licenses with keyword "copyleft"licenses // Get the GPL-3.0 licenselicenses
For more usage information please refer here.
License
MIT © Cezar Augusto