Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.41 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.41 KB

Rates API

https://ratesapi.nz
Rates API is a free OpenAPI service to retrieve the latest lending rates offered by New Zealand financial institutions – updated hourly.


License

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.

Setup

📦 Install dependencies

bun i

🏗️ Run locally

Run the development server locally. Then, access http://localhost:8787 in your web browser.

bun run dev

🚀 Deploy to Cloudflare Workers

bun run deploy