GitHunt
PH

phirefly/howitgoesbot

Playground: Slackbot in Elixir

Howitgoesbot

TODO: Add description

Installation

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

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

Languages

Elixir100.0%

Contributors

Created November 1, 2018
Updated November 10, 2018
phirefly/howitgoesbot | GitHunt