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

kotoyuuko b22edd3091 init 11 月之前
src b22edd3091 init 11 月之前
.gitignore b22edd3091 init 11 月之前
README.md b22edd3091 init 11 月之前
package.json b22edd3091 init 11 月之前
tsconfig.json b22edd3091 init 11 月之前
wrangler.jsonc b22edd3091 init 11 月之前

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