Packages

A Slack wrapper for Elixir Requires an active account with Slack (http://slack.com).

Current section

Files

Jump to
slackex README.md
Raw

README.md

# Slackex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add slackex to your list of dependencies in `mix.exs`:
def deps do
[{:slackex, "~> 0.0.1"}]
end
2. Ensure slackex is started before your application:
def application do
[applications: [:slackex]]
end