README.md

# Haversine

Calculate great circle distances (shortest travel distance on the surface of a spherical Earth) given a two longitude-latitude pairs.

## Installation

```elixir
def deps do
  [
    {:haversine, "~> 0.1.0"}
  ]
end
```

Check out the [documentation](https://hexdocs.pm/haversine) for more informations.