Skip to content

Arkar-Aung/mmExchangeRate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MmExchangeRate

A simple exchange rate checker and calculator based on Central Bank of Myanmar Api in elixir. You can find it on hex.

Before you try it, make sure you've install elixir 1.* In mix.exs,

defp deps do
	[
  		{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.0"},
  		{:mmExchangeRate, "~> 0.0.1"}
	]
end
To check available currency list
MmExchangeRate.currencies()
To check today exchange rate
MmExchangeRate.today("usd") # default currency is usd if paramter is empty
To calculate rate with today exchange rate
MmExchangeRate.calculate(100, "usd") # default currency is usd if paramter is empty
To check exchange rate history
MmExchangeRate.from("dd-mm-yyyy", "usd") # default currency is usd if paramter is empty	

About

Just a simple myanmar exchange rate checker and caculator based on Central Bank of Myanmar API with elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages