rserur / elhex_delivery

Elixir Application tutorial (https://www.youtube.com/watch?v=EDu3EwTbrFM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElhexDelivery

Look up US latitude and longitude coordinates by zip code.

Installation

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.

Usage

  1. Start Application: $ iex -S mix
  2. Get geolocation data from GenServer store:
  iex> ElhexDelivery.PostalCode.Store.get_geolocation("02130")
  {42.309174, -71.113835}

About

Elixir Application tutorial (https://www.youtube.com/watch?v=EDu3EwTbrFM)


Languages

Language:Elixir 100.0%