Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/meenie/console-bot
- Owner: meenie
- Created: 2015-03-19T21:41:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T19:58:43.000Z (over 9 years ago)
- Last Synced: 2024-10-15T03:53:09.933Z (about 1 month ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 46
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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)