Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 706 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 706 Bytes

Exchange rates API (Deno + Hono.JS)

Run with:

deno task start

Deploy via Deno Deploy:

deployctl deploy --env-file=./.env --project=currency-exchange-rates

Environment variables required for API server:

EXCHANGE_RATES_API=""
EXCHANGE_RATES_API_FALLBACK=""

Exchange rates providers and API

  • Free Currency Exchange Rates API 👉 GitHub, npm package
  • Exchange Rates by ECB (European Central Bank) uses public ECB API, updated per day at around 00:00 GMT 👉 npm package