open-exchange-rate-ruby

Ruby wrapper for the API here: https://openexchangerates.org/documentation

Docs https://openexchangerates.org/documentation don't have an ruby implementation so here's my take.

Will work great with this gem I made: https://github.com/blooberr/bitcoin-price

Example Usage: gem install 'open-exchange-rate-ruby'

require 'open-exchange-rate' oer = OpenExchangeRate.new(app_id: YOUR_APP_ID, https: false) oer.latest

Combo this with the bitcoin gem I released here https://github.com/blooberr/bitcoin-price. You'll be able to get bitcoin prices in all sorts of currencies.