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
- Host: GitHub
- URL: https://github.com/autodidaddict/openlocationcode
- Owner: autodidaddict
- License: mit
- Created: 2018-12-17T12:36:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T07:18:53.000Z (about 5 years ago)
- Last Synced: 2025-03-21T11:10:27.531Z (12 months ago)
- Topics: elixir, openlocationcode, pluscode
- Language: Elixir
- Size: 14.6 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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).