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