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"}
]
endThe detailed docs can be found at https://hexdocs.pm/country_data.