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.
- Host: GitHub
- URL: https://github.com/dcdunkan/archive-search
- Owner: dcdunkan
- License: mit
- Created: 2025-07-02T14:41:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T07:05:37.000Z (11 months ago)
- Last Synced: 2025-07-20T10:42:42.137Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.