MmExchangeRate
A simple exchange rate checker and calculator based on Central Bank of Myanmar Api in elixir.
Before you try it, make sure you've install elixir 1.*
$ git clone git@github.com:Arkar-Aung/mmExchangeRate.git
$ cd mmExchangeRate
$ mix deps.get
$ iex -S mixTo check available currency list
MmExchangeRate.currencies()To check today exchange rate
MmExchangeRate.today("usd") # default currency is usd if paramter is emptyTo calculate rate with today exchange rate
MmExchangeRate.calculate(100, "usd") # default currency is usd if paramter is emptyTo check exchange rate history
MmExchangeRate.from("dd-mm-yyyy", "usd") # default currency is usd if paramter is empty