Skip to content

shaundubuque/hubot-aim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot AIM Adapter

Description

This is the AIM adapter for hubot.

Installation

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

Usage

You will need to set some environment variables to use this adapter.

Heroku

% heroku config:add HUBOT_AIM_EMAIL="<email_address>"
% heroku config:add HUBOT_AIM_PASSWORD="<password>"

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 © Shaun Dubuque. MIT License; see LICENSE for further details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published