console-bot
console-bot copied to clipboard
Allows savvy developers to chat to a website owner via the browser console.
ConsoleBot
Allows savvy developers to chat to a website owner via the browser console.
Setup
- Fork/Clone this repo locally
-
npm install && jspm install
-
Localy: Edit the
./server/config.js
file and add in your Slack Token and Slack Channel you want to watch.
Deploying: You need to set 3 environment variables (NODE_ENV=production
,SLACK_TOKEN=<token>
, andSLACK_CHANNEL=<channel>
). - And then run
node server
to start everything up.