Skip to content

stefanbuck/api

 
 

Repository files navigation

Live resolver Build Status

Returns the github repository url for the requested package.

The supported registries are:

Find a package

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"
}

Installation

Install dependencies:

yarn install

Run server:

yarn start

Testing

yarn test

Privacy Policy

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.

License

Copyright (c) 2015 Stefan Buck. Licensed under the MIT license.

About

Registry proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 3.7%