mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-10-29 15:22:42 +01:00
Update README
This commit is contained in:
parent
8b46d75d77
commit
01aaff6f25
@ -2,7 +2,7 @@
|
||||
|
||||
[](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.
|
||||
|
||||
@ -26,8 +26,6 @@ Get rates for a period.
|
||||
https://api.frankfurter.app/2010-01-01..2010-01-31
|
||||
```
|
||||
|
||||
For more examples, read the [docs](https://www.frankfurter.app/docs).
|
||||
|
||||
## Deployment
|
||||
|
||||
You can self-host Frankfurter with Docker.
|
||||
@ -37,7 +35,3 @@ docker run -d -p 8080:8080 \
|
||||
-e "DATABASE_URL=<postgres_url>" \
|
||||
--name frankfurter hakanensari/frankfurter
|
||||
```
|
||||
|
||||
## Miscellaneous
|
||||
|
||||
Frankfurter was known as Fixer between 2012 and 2018. After selling the original domain, I relaunched under this name.
|
||||
|
Loading…
Reference in New Issue
Block a user