Cldr Currencies

Packages the currency definitions from CLDR into a set of functions to return currency data.

Installation

The package can be installed by adding ex_cldr_currencies to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_cldr_currencies, "~> 2.0"}
  ]
end