# search-api **Repository Path**: mirrors_jsantell/search-api ## Basic Information - **Project Name**: search-api - **Description**: Component search application powered by Express and Redis - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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