Elixir's GenServer playground
This simple app calcualtes geolocation basing on provided postal codes. It's using few nice freatures like:
- GenServer
- Supervision
- Caching
- External file loading and parsing
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