/currency_symbol_map

Module to lookup the currency symbol for a given currency code

Primary LanguageElixir

CurrencySymbolMap

Package to lookup the currency symbol for a given currency code

Installation

If available in Hex, the package can be installed by adding currency_symbol_map to your list of dependencies in mix.exs:

def deps do
  [
    {:currency_symbol_map, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/currency_symbol_map.