Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 841 Bytes

readme.md

File metadata and controls

22 lines (11 loc) · 841 Bytes

bower-component-list

Aggregated list of components from the Bower registry and GitHub metadata.

Currently used as the back-end for the Bower components site.

Getting Started

  • 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 and GITHUB_CLIENT_SECRET from your newly created app. Remember set the NODE_ENV to production when you deploy.

  • Run node server.js && open http://localhost:8011

You can change the port by setting the PORT environment variable.

License

MIT License (c) Sindre Sorhus