Go to file
2020-01-02 01:27:04 +03:00
.github Tag Docker images 2020-01-02 01:17:12 +03:00
bin Move CI off Travis to GitHub 2019-11-22 14:30:44 +00:00
config Fix Rubocop failures 2019-12-20 01:15:34 +00:00
db/migrate Denormalise database schema 2018-10-07 01:08:45 +01:00
lib Split Rubocop files and fix warning 2019-11-22 13:12:25 +00:00
spec Improve specs 2019-12-24 14:18:10 +00:00
.dockerignore Clean up ignores 2019-12-20 01:02:07 +00:00
.env.example Rebrand, serve HTML 2018-06-08 15:32:52 +01:00
.gitignore Clean up ignores 2019-12-20 01:02:07 +00:00
.rubocop_todo.yml Split Rubocop files and fix warning 2019-11-22 13:12:25 +00:00
.rubocop.yml Split Rubocop files and fix warning 2019-11-22 13:12:25 +00:00
.ruby-version Upgrade Ruby to 2.6.5 2019-12-24 15:15:13 +00:00
app.json Add Deploy to Heroku button 2018-10-07 01:08:45 +01:00
CHANGELOG.md Fix link in CHANGELOG 2020-01-02 01:27:04 +03:00
config.ru Rebrand, serve HTML 2018-06-08 15:32:52 +01:00
docker-compose.override.yml Revert "Fold back docker-compose configuration into single file" 2019-12-20 00:22:38 +00:00
docker-compose.prod.yml Shorten container names 2019-12-24 13:11:32 +00:00
docker-compose.yml Shorten container names 2019-12-24 13:11:32 +00:00
Dockerfile Upgrade Ruby to 2.6.5 2019-12-24 15:15:13 +00:00
Gemfile Remove shotgun 2019-12-24 15:21:51 +00:00
Gemfile.lock Update gems 2020-01-02 01:17:12 +03:00
LICENSE Remove dates from license 2017-01-03 12:44:13 +00:00
limit_req.conf Repack app 2018-03-08 23:51:36 +00:00
Procfile Add Deploy to Heroku button 2018-10-07 01:08:45 +01:00
Rakefile Repack app 2018-03-08 23:51:36 +00:00
README.md Update README 2019-12-24 13:49:02 +00:00

Frankfurter

Build Maintainability Test Coverage

Frankfurter is a free and open-source currency data API that tracks reference exchange rates published by the European Central Bank.

I host a public instance of the API at api.frankfurter.app.

Getting Started

Get the latest exchange rates.

GET /latest HTTP/1.1

Get rates for a past date.

GET /2000-01-03 HTTP/1.1

Get rates for a period.

GET /2010-01-01..2010-01-31 HTTP/1.1

For more examples, read the docs.

Deployment

Deploy

You can self-host Frankfurter with Heroku or Docker.

docker run -d -p 8080:8080 \
  -e "DATABASE_URL=<postgres_url>" \
  --name frankfurter hakanensari/frankfurter

Check out the website for a more detailed walkthrough.

Miscellaneous

Frankfurter was known as Fixer between 2012 and 2018. After selling the original domain, I relaunched under this name.