Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kripod/fxhu
Exchange rates API sourced from the National Bank of Hungary (Magyar Nemzeti Bank, MNB). Unlimited & CORS-enabled.
https://github.com/kripod/fxhu
exchange-rates hungary mnb openapi rest-api
Last synced: 22 days ago
JSON representation
Exchange rates API sourced from the National Bank of Hungary (Magyar Nemzeti Bank, MNB). Unlimited & CORS-enabled.
- Host: GitHub
- URL: https://github.com/kripod/fxhu
- Owner: kripod
- License: mit
- Created: 2024-04-02T20:39:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T09:37:56.000Z (8 months ago)
- Last Synced: 2024-05-22T13:14:49.824Z (8 months ago)
- Topics: exchange-rates, hungary, mnb, openapi, rest-api
- Language: TypeScript
- Homepage: https://fxhu.kripod.dev
- Size: 6.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FXHU
Exchange rates API sourced from the National Bank of Hungary (Magyar Nemzeti Bank, MNB). Unlimited & CORS-enabled.
## How it works
The project is powered by [Astro](https://astro.build/) and hosted on [Cloudflare Pages](https://pages.cloudflare.com/).
Data gets scraped regularly using [this GitHub Actions workflow](./.github/workflows/scraper.yaml). Static file endpoints are generated from [the resulting files](./src/content/quoteRecords/) and then served through a CDN.
Documentation is built with [Starlight](https://starlight.astro.build/), leveraging [an OpenAPI renderer plugin](https://github.com/HiDeoo/starlight-openapi).