Packages

Elixir client for Google Geolocation and Elevation APIs

Current section

Files

Jump to
Raw

README.md

# GeolocationClient
Elixir client for the Google geolocation API
## Installation
The package can be installed
by adding `geolocation_client` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:geolocation_client, "~> 0.1.0"}
]
end
```