README.md

# Cldr HTML

HTML helper functions for CLDR.

# Usage

* [Implemented] Select currencies - by default the currencies of the locales configured in the default backend

* [Not Implemented] Select territories

* [Not Implemented] Select languages

* [Not Implemented] Select days of the week and months of the year in a given locale

## Installation

`CldrHtml` can be installed by adding `ex_cldr_html` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_cldr_html, "~> 0.1"}
  ]
end
```
The documentation can be found at [https://hexdocs.pm/cldr_html](https://hexdocs.pm/cldr_html).