Returns the github repository url for the requested package.
The supported registries are:
https://githublinker.herokuapp.com/q/{registry}/{package}
Registry must be one of:
npm
bower
composer
rubygems
pypi
crates
melpa
java
Example:
https://githublinker.herokuapp.com/q/bower/backbone
Response:
{
"url": "https://github.com/jashkenas/backbone"
}
Install dependencies:
yarn install
Run server:
yarn start
yarn test
Our Privacy Policy describes our practices related to the use, storage and disclosure of information we collect when you're using our service.
If you do not want your requests to be logged, you can opt-out of logging by sending 'Do-Not-Track': '1'
or 'DNT': '1'
in the request headers.
Copyright (c) 2015 Stefan Buck. Licensed under the MIT license.