Current section
Files
Jump to
Current section
Files
lib/ex_countries.ex
defmodule ExCountries do
@moduledoc """
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](http://elixir-lang.org), also ISO 3166-2 codes of provinces/ states associated with the countries in [REST Countries API](http://restcountries.eu/).
## Installation
First, add Excountries to your `mix.exs` dependencies:
```elixir
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 !!!!!
"""
end