Simple caching server for proxycheck.io
  • TypeScript 81.7%
  • Dockerfile 18.3%
Find a file
2025-11-19 18:57:19 +09:00
.github/workflows feat: Dockerize and Elysiaify 2025-11-19 18:50:48 +09:00
.idea fix: add risk data 2025-11-16 23:36:47 +09:00
src feat: Dockerize and Elysiaify 2025-11-19 18:57:19 +09:00
.gitignore init 2025-05-09 00:32:32 +09:00
biome.json init 2025-05-09 00:32:32 +09:00
bun.lock feat: Dockerize and Elysiaify 2025-11-19 18:50:48 +09:00
Dockerfile feat: Dockerize and Elysiaify 2025-11-19 18:50:48 +09:00
LICENSE init 2025-05-09 00:32:32 +09:00
package.json feat: Dockerize and Elysiaify 2025-11-19 18:50:48 +09:00
README.md init 2025-05-09 00:32:32 +09:00
tsconfig.json feat: Dockerize and Elysiaify 2025-11-19 18:50:48 +09:00

npm install
npm run dev
npm run deploy

For generating/synchronizing types based on your Worker configuration run:

npm run cf-typegen

Pass the CloudflareBindings as generics when instantiation Hono:

// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()