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.
First, add Excountries to your mix.exs
dependencies:
def deps do
[{:ex_countries, "~> 0.0.1"}]
end
and run $ mix deps.get
.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright © 2024 Wasi Ur Rahman wasibiit@gmail.com
This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the LICENSE file for more details.