module Europe::Currency::ExchangeRates

Defined in:

europe/currency/exchange_rates.cr

Constant Summary

EXCHANGE_URL = "https://floatrates.com/daily/eur.json"
MONTHS_TO_INTEGER = {"Jan" => 1, "Feb" => 2, "Mar" => 3, "Apr" => 4, "May" => 5, "Jun" => 6, "Jul" => 7, "Aug" => 8, "Sep" => 9, "Oct" => 10, "Nov" => 11, "Dec" => 12}

Class Method Summary

Class Method Detail

def self.extract_rates(json_string) #

[View source]
def self.parse_month(month : String) #

[View source]
def self.parse_time(time : String) #

[View source]
def self.retrieve #

[View source]