Look up US latitude and longitude coordinates by zip code.
If available in Hex, the package can be installed
by adding elhex_delivery
to your list of dependencies in mix.exs
:
def deps do
[{:elhex_delivery, "~> 0.1.0"}]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/elhex_delivery.
- Start Application:
$ iex -S mix
- Get geolocation data from GenServer store:
iex> ElhexDelivery.PostalCode.Store.get_geolocation("02130")
{42.309174, -71.113835}