Skip to content

Commit 15aa28b

Browse files
committed
docs: add ecosystem cross-link footer
1 parent 9a2ffdf commit 15aa28b

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ services.AddSingleton<IUniRateExchangeRateProvider>(sp =>
9090

9191
UniRate quotes a small number of non-ISO-4217 codes (some crypto, metals). `GetAllExchangeRatesAsync` silently skips any code `NodaMoney.CurrencyInfo.FromCode` cannot resolve. If you need full coverage, call the underlying API directly via your `HttpClient` or use the standalone [UniRate .NET client](https://github.com/UniRate-API/unirate-api-dotnet).
9292

93+
<!-- unirate-ecosystem-footer:start -->
94+
## Other UniRate clients
95+
96+
UniRate ships official client libraries and framework integrations across the
97+
ecosystem. The repos below are all maintained under the
98+
[UniRate-API](https://github.com/UniRate-API) org.
99+
100+
- **Languages:** [Python](https://github.com/UniRate-API/unirate-api-python) · [Node.js / TypeScript](https://github.com/UniRate-API/unirate-api-nodejs) · [Go](https://github.com/UniRate-API/unirate-api-go) · [Rust](https://github.com/UniRate-API/unirate-api-rust) · [Java](https://github.com/UniRate-API/unirate-api-java) · [Ruby](https://github.com/UniRate-API/unirate-api-ruby) · [PHP](https://github.com/UniRate-API/unirate-api-php) · [.NET](https://github.com/UniRate-API/unirate-api-dotnet) · [Swift](https://github.com/UniRate-API/unirate-api-swift)
101+
- **Web frameworks:** [Django / Wagtail](https://github.com/UniRate-API/wagtail-unirate) · [FastAPI](https://github.com/UniRate-API/fastapi-unirate) · [Flask](https://github.com/UniRate-API/flask-unirate) · [React](https://github.com/UniRate-API/react-unirate) · [tRPC](https://github.com/UniRate-API/trpc-unirate)
102+
- **Static-site generators:** [Astro](https://github.com/UniRate-API/astro-unirate) · [Eleventy](https://github.com/UniRate-API/eleventy-unirate) · [Hugo](https://github.com/UniRate-API/hugo-unirate)
103+
- **Data / orchestration:** [Airflow](https://github.com/UniRate-API/airflow-provider-unirate) · [dbt](https://github.com/UniRate-API/dbt-unirate) · [LangChain](https://github.com/UniRate-API/langchain-unirate)
104+
- **Workflow / no-code:** [n8n](https://github.com/UniRate-API/n8n-nodes-unirate) · [Google Sheets](https://github.com/UniRate-API/unirate-sheets) · [MCP server](https://github.com/UniRate-API/unirate-mcp)
105+
- **Editors / tools:** [VS Code](https://github.com/UniRate-API/vscode-unirate) · [Obsidian](https://github.com/UniRate-API/obsidian-currency)
106+
- **Specialty bridges:** [NodaMoney (.NET)](https://github.com/UniRate-API/UniRateApi.NodaMoney)
107+
108+
Get a free API key at [unirateapi.com](https://unirateapi.com).
109+
<!-- unirate-ecosystem-footer:end -->
110+
93111
## License
94112

95113
MIT — see [LICENSE](LICENSE).

0 commit comments

Comments
 (0)