Skip to content

misoproject/search-server

 
 

Repository files navigation

Bower search server

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

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 npm start

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

License

MIT © Sindre Sorhus

About

Aggregated list of components from the Bower registry and GitHub metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published