An open API service indexing awesome lists of open source software.

https://github.com/autodidaddict/openlocationcode

Elixir implementation of Open Location Code encoding and decoding
https://github.com/autodidaddict/openlocationcode

elixir openlocationcode pluscode

Last synced: 4 months ago
JSON representation

Elixir implementation of Open Location Code encoding and decoding

Awesome Lists containing this project

README

          

# Open Location Code
[![Build Status](https://travis-ci.org/autodidaddict/openlocationcode.svg?branch=master)](https://travis-ci.org/autodidaddict/openlocationcode)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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).