The country, language & currency utility functions inspired by https://github.com/OpenBookPrices/country-data/.
The package can be installed by adding country_data
to your list of dependencies in mix.exs
:
def deps do
[
{:country_data, "~> 0.1.0"}
]
end
The detailed docs can be found at https://hexdocs.pm/country_data.