Aggregated list of components from the Bower registry and GitHub metadata.
Currently used as the back-end for the Bower components site.
-
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
node server.js && open http://localhost:8011
You can change the port by setting the PORT
environment variable.