An open API service indexing awesome lists of open source software.

https://github.com/dcdunkan/archive-search

Search API for The Archive Project content.
https://github.com/dcdunkan/archive-search

Last synced: 10 months ago
JSON representation

Search API for The Archive Project content.

Awesome Lists containing this project

README

          

## Search API

- Designed for serverless environments.
- No pagination yet.
- No full-text search yet.
- Simple small cache.
- Uses Minisearch and Deno.
- Search index are built and pulled from Content API build.

### For Developers

Set CONTENT_API_ROOT environment variable pointing to content API.

- We use Deno for convenience of deployment (free plan on Deno Deploy).
- Please format the files using `deno fmt` and lint using `deno lint`.
- You can run `deno -A --watch main.ts` while in-development.