Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codeamt/cryptoinfo-dashboard

Historical performance data on the most popular cryptocurrencies.
https://github.com/codeamt/cryptoinfo-dashboard

Last synced: 5 days ago
JSON representation

Historical performance data on the most popular cryptocurrencies.

Awesome Lists containing this project

README

        

# 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](https://www.cryptocompare.com/).



## 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"