Raxx.Elli
Elli adapter for the Raxx webserver interface
Installation
If available in Hex, the package can be installed as:
-
Add
raxx_ellito your list of dependencies inmix.exs:
```elixir
def deps do
[{:raxx_elli, "~> 0.1.0"}]
end
```-
Ensure
raxx_elliis started before your application:
```elixir
def application do
[applications: [:raxx_elli]]
end
```