Update README

This commit is contained in:
Hakan Ensari 2024-10-03 22:24:56 +02:00
parent 8b46d75d77
commit 01aaff6f25
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
[![Build](https://github.com/hakanensari/frankfurter/workflows/build/badge.svg)](https://github.com/hakanensari/frankfurter/actions) [![Build](https://github.com/hakanensari/frankfurter/workflows/build/badge.svg)](https://github.com/hakanensari/frankfurter/actions)
[Frankfurter](https://www.frankfurter.app) is a free and open-source currency data API that tracks reference exchange rates published by the European Central Bank. [Frankfurter](https://frankfurter.dev) is a free and open-source currency data API that tracks reference exchange rates published by the European Central Bank.
`api.frankfurter.app` hosts a public instance of the API. `api.frankfurter.app` hosts a public instance of the API.
@ -26,8 +26,6 @@ Get rates for a period.
https://api.frankfurter.app/2010-01-01..2010-01-31 https://api.frankfurter.app/2010-01-01..2010-01-31
``` ```
For more examples, read the [docs](https://www.frankfurter.app/docs).
## Deployment ## Deployment
You can self-host Frankfurter with Docker. You can self-host Frankfurter with Docker.
@ -37,7 +35,3 @@ docker run -d -p 8080:8080 \
-e "DATABASE_URL=<postgres_url>" \ -e "DATABASE_URL=<postgres_url>" \
--name frankfurter hakanensari/frankfurter --name frankfurter hakanensari/frankfurter
``` ```
## Miscellaneous
Frankfurter was known as Fixer between 2012 and 2018. After selling the original domain, I relaunched under this name.