Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 427 Bytes

Readme.md

File metadata and controls

24 lines (13 loc) · 427 Bytes

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