Packages

Library that generates short links for the given coordinates iex> OsmShortlink.generate_link(51.5110,0.0550, 9) "http://osm.org/go/0EEQjE--" iex> OsmShortlink.link_to_coordinates("http://osm.org/go/0EEQjE?M") {51.510772705078125, 0.054931640625}

Current section

Files

Jump to
osm_shortlink README.md
Raw

README.md

# OsmShortlink
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `osm_shortlink` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:osm_shortlink, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/osm_shortlink](https://hexdocs.pm/osm_shortlink).