Current section
Files
Jump to
Current section
Files
ex_countries
README.md
README.md
ExCountries===========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/).## InstallationFirst, add Excountries to your `mix.exs` dependencies:```elixirdef deps do [{:ex_countries, "~> 0.0.1"}]end```and run `$ mix deps.get`. ## Usage## Contributing1. Fork it2. Create your feature branch (`git checkout -b my-new-feature`)3. Commit your changes (`git commit -am 'Add some feature'`)4. Push to the branch (`git push origin my-new-feature`)5. Create new Pull Request## License 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.# ex_countries