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

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

Awesome Lists containing this project

README

          

# 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](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
```