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

https://github.com/aibtcdev/aibtcdev-cache

Queries and caches external APIs with custom scheduling and rate-limiting, provides a drop-in replacement for aibtcdev projects
https://github.com/aibtcdev/aibtcdev-cache

api-cache cloudflare cloudflare-workers

Last synced: 8 months ago
JSON representation

Queries and caches external APIs with custom scheduling and rate-limiting, provides a drop-in replacement for aibtcdev projects

Awesome Lists containing this project

README

          

# aibtcdev-cache

A caching layer for various API clients.

Uses Cloudflare Workers, Durable Objects, and KV.

To run locally: `npm install && npm run dev`

Deployments handled through Wrangler Github action.