This is a Socket IO adapter for hubot that allows you to emit messages and receive a response message via a Socket IO connection.
- Add
hubot-socket.io
as a dependency in your hubot'spackage.json
- Install dependencies with
npm install
- Run hubot with
bin/hubot -a socket.io
Coming soon...
Here's the most direct way to get your work merged into the project.
- Fork the project
- Clone down your fork
- Create a feature branch
- Hack away and add tests, not necessarily in that order
- Make sure everything still passes by running tests
- If necessary, rebase your commits into logical chunks without errors
- Push the branch up to your fork
- Send a pull request for your branch
Copyright © Tom Bell. See LICENSE for details.