Dependency manifest parsing web service for Libraries.io
git clone https://github.com/librariesio/librarian.git
npm install -g yarn
yarn installMake sure you have the right engine installed, check the .nvmrc
$> nvm use
$> npm start
Requests should include a valid GitHub token but export GHCLIENT and GHSECRET env vars or you'll get throttled very quicky for requests that don't include one.
Source hosted at GitHub. Report Issues/Feature requests on GitHub Issues.
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don't break it in a future version unintentionally.
- Send me a pull request. Bonus points for topic branches.
Copyright (c) 2017 Andrew Nesbitt, Licensed under GNU Affero General Public License. See LICENSE for details.