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
- Host: GitHub
- URL: https://github.com/aibtcdev/aibtcdev-cache
- Owner: aibtcdev
- Created: 2024-11-07T22:33:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-30T18:56:02.000Z (8 months ago)
- Last Synced: 2025-07-30T21:18:28.372Z (8 months ago)
- Topics: api-cache, cloudflare, cloudflare-workers
- Language: TypeScript
- Homepage: https://cache.aibtc.dev
- Size: 618 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.