mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-24 03:52:31 +01:00
a67321ad63
Bumps the bundler group with 1 update: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.3.8 to 3.3.9 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.8...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
bin | ||
config | ||
db/migrate | ||
lib | ||
spec | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
.rubocop_todo.yml | ||
.rubocop.yml | ||
.ruby-version | ||
CHANGELOG.md | ||
config.ru | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Rakefile | ||
README.md |
Frankfurter
Frankfurter 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.
Getting Started
Get the latest exchange rates.
https://api.frankfurter.app/latest
Get rates for a past date.
https://api.frankfurter.app/2000-01-03
Get rates for a period.
https://api.frankfurter.app/2010-01-01..2010-01-31
Deployment
You can self-host Frankfurter with Docker.
docker run -d -p 8080:8080 \
-e "DATABASE_URL=<postgres_url>" \
--name frankfurter hakanensari/frankfurter