README.md

# CountryData

The country, language & currency utility functions inspired by https://github.com/OpenBookPrices/country-data/.

## Installation

The package can be installed by adding `country_data` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:country_data, "~> 0.1.0"}
  ]
end
```

## Usage

The detailed docs can be found at [https://hexdocs.pm/country_data](https://hexdocs.pm/country_data).