README.md
# Open Location Code
[](https://travis-ci.org/autodidaddict/openlocationcode)
[](https://opensource.org/licenses/MIT)
Elixir implementation of Open Location Code ("plus codes")
## Installation
This package can be installed by adding `openlocationcode` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:openlocationcode, "~> 0.1.0"}
]
end
```
Documentation for this library can be found at [https://hexdocs.pm/openlocationcode](https://hexdocs.pm/openlocationcode).