1.1.0 • Published 10 years ago

hubot-socket.io-adapter v1.1.0

Weekly downloads
1
License
-
Repository
-
Last release
10 years ago

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.

1.1.0

10 years ago