Aggregated list of packages from the Bower registry, GitHub metadata, bower.json/package.json keywords.
This is a temporary solution while the new registry is being built. No new features will implemented
Currently used as the back-end for the Bower search.
The registry can also be filtered on a keyword to only get a subset of it. Useful if you for example want to embed a list of plugins for your framework on a website. Example: https://bower-component-list.herokuapp.com/keyword/web-components
-
Register a new OAuth app on GitHub. This is needed since GitHub allows more API usage for registered apps.
-
Set the environment variables
GITHUB_CLIENT_ID
andGITHUB_CLIENT_SECRET
from your newly created app. Remember set theNODE_ENV
toproduction
when you deploy. -
Run
npm start
You can change the port by setting the PORT
environment variable.
MIT © Sindre Sorhus