An open API service indexing awesome lists of open source software.

https://github.com/kociamber/elhex_delivery

GenServer and Supervisor playground
https://github.com/kociamber/elhex_delivery

elixir gen-server

Last synced: over 1 year ago
JSON representation

GenServer and Supervisor playground

Awesome Lists containing this project

README

          

# 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](https://hex.pm/docs/publish), the package can be installed
by adding `elhex_delivery` to your list of dependencies in `mix.exs`:

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