Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meenie/console-bot

Allows savvy developers to chat to a website owner via the browser console.
https://github.com/meenie/console-bot

Last synced: 7 days ago
JSON representation

Allows savvy developers to chat to a website owner via the browser console.

Awesome Lists containing this project

README

        

## ConsoleBot
Allows savvy developers to chat to a website owner via the browser console.

### Setup
1. Fork/Clone this repo locally
2. `npm install && jspm install`
3. **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=`, and `SLACK_CHANNEL=`).
4. And then run `node server` to start everything up.

#### Original idea by: [@metakungfu](https://twitter.com/metakungfu)