/CryptoInfo-Dashboard

Historical performance data on the most popular cryptocurrencies.

Primary LanguageRuby

Crypto Info Dashboard

Historical performance data on the most popular cryptocurrencies built with Node.js and Ruby on Rails. Data is pulled from the CryptoCompare API.

Running Locally

To get this project running locally:

$ git clone https://github.com/codeamt/CoinCompare.git

$ cd CoinCompare && bundle install 

$ rails s 

Gems

  • "autoprefixer-rails"
  • "delayed_job_active_record"
  • "flutie"
  • "honeybadger"
  • "jquery-rails"
  • "pg"
  • "puma"
  • "rack-canonical-host"
  • "rails", "~> 5.1.3"
  • "recipient_interceptor"
  • "sass-rails", "~> 5.0"
  • "simple_form"
  • "skylight"
  • "sprockets", ">= 3.0.0"
  • "suspenders"
  • "title"
  • "uglifier"
  • "rest-client"
  • "whenever", require: false
  • "highcharts-rails"
  • "chartkick"
  • "groupdate"
  • "dotenv-rails"

Testing

  • "awesome_print"
  • "bullet"
  • "bundler-audit", ">= 0.5.0"
  • "dotenv-rails"
  • "factory_bot_rails"
  • "pry-byebug"
  • "pry-rails"
  • "rspec-rails", "~> 3.6"
  • "rails-controller-testing"