kalebscholes / slack-computer

A simple REST api for posting to Slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer

Simple little project to post messages to slack via a Bot.

  • Setup your bot and grab the token.
  • Set environment variables PORT, BOT_TOKEN (and optionally BOT_NAME)
  • Begin POSTing away to /channels/:channelNameHere. The message property of your POST's body will be sent to the slack channel.

TO-DO:

  • Connect to Bots API
  • Add basic auth on express
  • Add support for direct messages / etc

About

A simple REST api for posting to Slack


Languages

Language:JavaScript 100.0%