https://github.com/cjduncana/three-words
Convert three-word addresses to latitude, longitude coordinates and vice-versa
https://github.com/cjduncana/three-words
elm http what3words
Last synced: 3 months ago
JSON representation
Convert three-word addresses to latitude, longitude coordinates and vice-versa
- Host: GitHub
- URL: https://github.com/cjduncana/three-words
- Owner: cjduncana
- License: mit
- Created: 2017-11-10T03:16:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T12:32:03.000Z (over 7 years ago)
- Last Synced: 2023-08-08T20:39:03.078Z (almost 2 years ago)
- Topics: elm, http, what3words
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/cjduncana/three-words/latest
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Three Words in Elm
[![Build Status][travis-svg]][travis]
![what 3 words logo][image]
## [Demo][demo]
[what3words][words] is the simplest way to talk about any precise location. This
system has divided the world into a grid of three meters by three meters squares
and assigned each one a unique address made of just 3 words. Now everyone and
everywhere has a reliable address.With this library, you can create HTTP requests that will convert three word
addresses to latitude, longitude coordinates and vice-versa.To use this library, you will need [the core HTTP library][http] and have an
understanding on how to use `Cmd`s.[demo]: https://elm-three-words.netlify.com/ "what3words • Elm"
[http]: http://package.elm-lang.org/packages/elm-lang/http/1.0.0 "HTTP in Elm"
[image]: https://what3words.com/wp-content/uploads/2017/01/what3words-logo-horizontal-RGB-styleguide-PNG-1.png "what3words logo"
[travis]: https://travis-ci.org/cjduncana/three-words
[travis-svg]: https://travis-ci.org/cjduncana/three-words.svg?branch=master
[words]: http://what3words.com/ "what3words | Addressing the world"