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
- Host: GitHub
- URL: https://github.com/kociamber/elhex_delivery
- Owner: Kociamber
- Created: 2017-07-06T11:01:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T08:50:05.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T11:42:19.366Z (over 1 year ago)
- Topics: elixir, gen-server
- Language: Elixir
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```