Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 307 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 307 Bytes

SlackWebApi

Quick and dirty Slack Web API wrapper. Ain't it grand?

Installation

Soonly:

def deps do
  [
    {:slack_web_api, "~> 0.1.0"}
  ]
end

And add your Slack bot token to your app config:

config :slack_web_api, bot_token: YOUR_TOKEN