https://github.com/cmirnow/exchange-rates-rails-app
Open Exchange Rates API on Ruby on Rails 7
https://github.com/cmirnow/exchange-rates-rails-app
highcharts openexchangerates ruby-on-rails sprockets webpack
Last synced: 3 months ago
JSON representation
Open Exchange Rates API on Ruby on Rails 7
- Host: GitHub
- URL: https://github.com/cmirnow/exchange-rates-rails-app
- Owner: cmirnow
- Created: 2023-05-24T21:47:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T02:06:23.000Z (over 2 years ago)
- Last Synced: 2025-06-03T20:42:42.652Z (4 months ago)
- Topics: highcharts, openexchangerates, ruby-on-rails, sprockets, webpack
- Language: Ruby
- Homepage: https://masterpro.ws/highcharts-webpack-sprockets-rails
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Exchange Rates API on Ruby on Rails 7
This Ruby on Rails application demonstrates taking exchange rates from the Open Exchange Rates API and displaying them via Highcharts.
This rails-app uses Webpack ( jsbundling-rails[webpack] ) to bundle Highcharts, then deliver it via the asset pipeline in Rails. Or you can use [sprockets](https://github.com/cmirnow/exchange-rates-rails-app/tree/83dfac6a8034a37bb7d19f1d150ad315aa178043) for a different way.
## How to Get Started
```bash
git clone https://github.com/cmirnow/exchange-rates-rails-app.git
cd exchange-rates-rails-app
bundle install
bundle exec figaro install
```Edit:
```bash
#config/application.yml
KEY_OPENEXCHARGERATES: '************************'
``````bash
rake assets:precompile
rails s
```