mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
config | ||
db/migrate | ||
deploy | ||
lib | ||
public | ||
spec | ||
.gitignore | ||
.pryrc | ||
.rubocop.yml | ||
.travis.yml | ||
config.ru | ||
docker-compose.yml | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Procfile | ||
Rakefile | ||
README.md |
Fixer.io
Fixer.io is a free JSON API for current and historical foreign exchange rates published by the European Central Bank.
The rates are updated daily around 3PM CET.
Docker
# bring the stack up
docker-compose up -d
# initialize the database (postgres need a short time to come up)
docker-compose run fixer rake db:migrate rates:load