Marvin
Slack bots using Elixir.
Installation
If available in Hex, the package can be installed as:
Add Marvin to your list of dependencies in
mix.exs:def deps do
[{:marvin, "~> 0.1.0"}]end
Ensure marvin is started before your application:
def application do
[applications: [:marvin]]end