Skip to content

Display currency information over time on graphs using highcharts

Notifications You must be signed in to change notification settings

caiofct/rails_currency_graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Currency Graphs

Displays a chart, using chartkick + highcharts, for three different currencies:

  • Bitcoin
  • Ethereum
  • Nasdaq Composite Index

We use some apis to each type of currency:

  • Bitcoin

Using quandl.com api using quandl gem to consume it

  • Ethereum

Using cryptocompare.com api and httparty gem to consume it

  • Nasdaq

Using quandl.com api using quandl gem to consume it

Usage

To run the project

$ bundle install
$ rails s

To run the tests

$ rake spec

About

Display currency information over time on graphs using highcharts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published