✨ https://ratesapi.nz ✨
Rates API is a free OpenAPI service to retrieve the latest lending rates offered by New Zealand financial institutions – updated hourly.
Setup • GitHub • Documentation
This project uses Bun, Hono and Cloudlfare Workers.
Cloudflare Workers is a JavaScript edge runtime on Cloudflare CDN.
You can develop the application locally and publish it with a few commands using Wrangler. Wrangler includes a transcompiler, so we can write directly in TypeScript.
bun i
Run the development server locally. Then, access http://localhost:8787
in your web browser.
bun run dev
bun run deploy