47colborne / simple-currency-converter

Provides a client to pull currency exchange rates from a web service for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-currency-converter

Provides a client to pull currency exchange rates from Yahoo web service for Ruby

Build Status Code Climate

To install:

gem "simple-currency-converter", git: "git@github.com:47colborne/simple-currency-converter.git"

Tutorial/Example code:

client = CurrencyClient.new
client.get_exchange_rate(:USD, :CAD) => 1.3267

About

Provides a client to pull currency exchange rates from a web service for Ruby

License:MIT License


Languages

Language:Ruby 100.0%