A library implementing the Divo Stack behaviour, providing a pre-configured Machinebox.
Requires inclusion of the Divo library in your mix project.
The package can be installed by adding divo_machinebox to your list of dependencies in mix.exs:
def deps do
[
{:divo, "~> 1.1"},
{:divo_machinebox, "~> 0.1.0"}
]
end