npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

component-search

0.3.3

@tjholowaychuk

npmSnykSocket
Downloads:1109
$ npm install component-search
DailyWeeklyMonthlyYearly

Component Search

The component search application, powered by Express and Redis.

API

GET /all

Respond with all packages:

  • 200 responds with json array of component.json contents

GET /search/:query

Search for query:

  • 500 shit exploded
  • 404 no packages, responds with json array []
  • 200 packages found, responds with json array of component.json contents

License

MIT