A repository of languages, countries and country subdivisions from the iso-codes Debian package.
The package can be installed by adding :cadastre
to your list of dependencies
in mix.exs
:
def deps do
[
{:cadastre, "~> 0.2"}
]
end
The lib
directory is compiled to the library, the dev
directory is only for development (downloading data and creating *.json
and *.po
files).
Run mix load_data
to download new ISO data.
Run mix update_data
to add it to the project.
Copyright (c) 2020 Recruitee B.V.
This library is released under MIT licensed.