component-search

0.3.3 • Public • Published

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

/component-search/

    Package Sidebar

    Install

    npm i component-search

    Weekly Downloads

    34

    Version

    0.3.3

    License

    none

    Last publish

    Collaborators

    • tjholowaychuk