Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 874 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 874 Bytes

Hubot Socket IO Adapter

Description

This is a Socket IO adapter for hubot that allows you to emit messages and receive a response message via a Socket IO connection.

Installation

  • Add hubot-socket.io as a dependency in your hubot's package.json
  • Install dependencies with npm install
  • Run hubot with bin/hubot -a socket.io

Usage

Coming soon...

Contribute

Here's the most direct way to get your work merged into the project.

  1. Fork the project
  2. Clone down your fork
  3. Create a feature branch
  4. Hack away and add tests, not necessarily in that order
  5. Make sure everything still passes by running tests
  6. If necessary, rebase your commits into logical chunks without errors
  7. Push the branch up to your fork
  8. Send a pull request for your branch

Copyright

Copyright © Tom Bell. See LICENSE for details.