davearonson / elixir-combo-locked-door

"Bugfix" of Elixir state machine implementing combo-locked door, from https://www.dailydrip.com/topics/elixir/drips/genstatemachine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoorCode

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add door_code to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:door_code, "~> 0.1.0"}]
end
```
  1. Ensure door_code is started before your application:
```elixir
def application do
  [applications: [:door_code]]
end
```

About

"Bugfix" of Elixir state machine implementing combo-locked door, from https://www.dailydrip.com/topics/elixir/drips/genstatemachine


Languages

Language:Elixir 100.0%