anshulm / no_nonsense_currency_converter

A crude currency converter based on the Google Finance API - WIP, no tests. Still very Alpha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Nonsense Currency Converter

A crude currency converter based on the Google Finance API - WIP, no tests. Still very Alpha

Usage

NoNonsenseCurrencyConverter.get_converted_currency_value(from, to, amount)

Example:

> NoNonsenseCurrencyConverter.get_converted_currency_value('USD', 'GBP', 10)
=> 5.93

About

A crude currency converter based on the Google Finance API - WIP, no tests. Still very Alpha

License:MIT License


Languages

Language:Ruby 100.0%