Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 936 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 936 Bytes

Open Exchange Rates API on Ruby on Rails 7

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 for a different way.

How to Get Started

git clone https://github.com/cmirnow/exchange-rates-rails-app.git
cd exchange-rates-rails-app
bundle install
bundle exec figaro install

Edit:

#config/application.yml
KEY_OPENEXCHARGERATES: '************************'
rake assets:precompile
rails s