Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue proposes adding a JSON dataset mapping currency codes to their symbols (e.g., USD: $) to the repository. A new, manually triggered GitHub Actions workflow will then publish this data to a specified CDN endpoint (`/v1/currencies/symbols.json`). The task also includes creating documentation for the new endpoint and updating the project's README.
A free, no-auth, no-rate-limit currency exchange rate API built in Rust, updated daily via GitHub Actions and served as static JSON from Cloudflare Pages.
AI Summary: This issue proposes adding currency name translations by copying JSON files from `umpirsky/currency-list` into the repository, organized by locale. A new, manually-triggered GitHub Actions workflow will then publish these translations to a CDN under new locale-scoped endpoints like `/v1/currencies/names/{locale}.json`. The task also includes updating documentation and the README to reflect these new translation features and endpoint structure.
A free, no-auth, no-rate-limit currency exchange rate API built in Rust, updated daily via GitHub Actions and served as static JSON from Cloudflare Pages.
A free, no-auth, no-rate-limit currency exchange rate API built in Rust, updated daily via GitHub Actions and served as static JSON from Cloudflare Pages.