一个基于 Notion Database 的汇率查询器。

kotoyuuko 35f7e1489c feat: Provider 14 小時之前
src 35f7e1489c feat: Provider 14 小時之前
.gitignore b22edd3091 init 1 周之前
.prettierrc 10ce4f58e8 feat: min usable version 1 周之前
README.md b22edd3091 init 1 周之前
eslint.config.js 10ce4f58e8 feat: min usable version 1 周之前
package.json 10ce4f58e8 feat: min usable version 1 周之前
tsconfig.json 10ce4f58e8 feat: min usable version 1 周之前
wrangler.jsonc 10ce4f58e8 feat: min usable version 1 周之前

README.md

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 }>()