Skip to content

tradziej/currencies-rate-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BRL quotation versus EUR, USD and AUD

This is a Rails 5 application using Stimulus and Chart.js for showing currencies quatation in form of graph.

Details

Base exchange rates are fetched asynchronously from European Central Bank once a day on every working day. Application converts base currency from EUR to BRL and keeps rates in PosgreSQL database.

Demo

A live demo is available at: https://brl-exchange-rates.herokuapp.com/ Screenshot

Testing

bundle exec rspec spec/