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

kotoyuuko 1d208c6747 feat: exchange_rate 1 week ago
src 1d208c6747 feat: exchange_rate 1 week ago
.gitignore b22edd3091 init 1 week ago
.prettierrc 10ce4f58e8 feat: min usable version 1 week ago
README.md b22edd3091 init 1 week ago
eslint.config.js 10ce4f58e8 feat: min usable version 1 week ago
package.json 10ce4f58e8 feat: min usable version 1 week ago
tsconfig.json 10ce4f58e8 feat: min usable version 1 week ago
wrangler.jsonc 10ce4f58e8 feat: min usable version 1 week ago

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