CountryData
The country, language & currency utility functions inspired by https://github.com/OpenBookPrices/country-data/.
Installation
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"}
]
endUsage
The detailed docs can be found at https://hexdocs.pm/country_data.