CurrencyConverter (currency_converter v0.1.0) View Source
Coverts source currency to target currency.
Example:
iex> CurrencyConverter.convert!("USD", "JPY")
108.78504 # 1 USD =~ 108.78504 JPY
Link to this section Summary
Functions
Coverts source currency to target currency.
Link to this section Functions
Specs
Coverts source currency to target currency.
Example:
iex> CurrencyConverter.convert!("USD", "JPY")
108.78504 # 1 USD =~ 108.78504 JPY