Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codeamt/cryptoinfo-dashboard
- Owner: codeamt
- Created: 2017-11-14T22:21:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T23:49:13.000Z (over 2 years ago)
- Last Synced: 2024-11-14T00:29:30.615Z (2 months ago)
- Language: Ruby
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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"