Kociamber / elhex_delivery

GenServer and Supervisor playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElhexDelivery

Elixir's GenServer playground

This simple app calcualtes geolocation basing on provided postal codes. It's using few nice freatures like:

  1. GenServer
  2. Supervision
  3. Caching
  4. External file loading and parsing

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

About

GenServer and Supervisor playground


Languages

Language:Elixir 100.0%