Go to file
2016-04-11 14:39:23 +01:00
config Use Rubocop 2016-04-11 14:39:15 +01:00
db/migrate Rename to db/migrate 2014-03-14 12:04:47 +00:00
deploy Use Rubocop 2016-04-11 14:39:15 +01:00
lib Wrap bulk insert in a transaction 2016-04-11 14:39:23 +01:00
public Add public folder 2015-12-22 20:20:34 +00:00
spec Set default date at run time 2015-09-15 12:02:49 +01:00
.gitignore Deploy to Digital Ocean 2015-03-09 14:56:52 +00:00
.pryrc Deploy to Digital Ocean 2015-03-09 14:56:52 +00:00
.rubocop.yml Use Rubocop 2016-04-11 14:39:15 +01:00
.travis.yml Update Travis config 2015-12-30 20:01:48 +00:00
config.ru Move middleware to api file 2014-05-13 11:39:27 +01:00
docker-compose.yml add dockerfile and docker-compose.yml 2016-04-06 00:49:19 +02:00
Dockerfile add dockerfile and docker-compose.yml 2016-04-06 00:49:19 +02:00
Gemfile Bump Rails to 2.3.0 2015-12-30 19:50:56 +00:00
Gemfile.lock Bump dependencies 2015-12-22 19:28:40 +00:00
LICENSE Add license 2015-07-23 13:23:02 +02:00
Procfile First commit 2012-11-20 16:36:12 +00:00
Rakefile Remove Rollbar 2015-08-30 11:54:49 +01:00
README.md add docker-compose instruction to README.md 2016-04-07 21:00:59 +02:00

Fixer.io

Travis

fixer

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