NOTE: There is a new implemenation: search.js
Component Search
The component search application, powered by Express and Redis.
Uses the componentjs/wiki to fetch data.
API
GET /all
Respond with all packages:
200responds with json array of component.json contents
GET /search/:query
Search for query:
500shit exploded404no packages, responds with json array[]200packages found, responds with json array of component.json contents
License
MIT