ExCountries (ex_countries v0.0.2)
Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric country codes as defined by the ISO 3166 standard, available in Elixir, also ISO 3166-2 codes of provinces/ states associated with the countries in REST Countries API.
Installation
First, add Excountries to your mix.exs
dependencies:
def deps do
[{:ex_countries, "~> 0.0.1"}]
end
and run $ mix deps.get
.
You are all set.
Please let us know about the issues and open issue on https://github.com/wasibiit/ex_countries/issues.
Looking Forward to it :D.
Happy Coding !!!!!