Skip to content

jjasghar/hubot-dance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot: hubot-dance

Build Status

A Dance script for Hubots.

See src/dance.coffee for full documentation.

Installation

Add hubot-dance to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-dance": "latest"
}

Add hubot-dance to your external-scripts.json:

["hubot-dance"]

Run npm install hubot-dance

Sample Interaction

user1>> hubot should dance
hubot>> /me gets up and :D/-<
user1>> DANCE
hubot>> /me dances :D|-<
hubot>> /me dances :D/-<
hubot>> /me dances :D\-<
hubot>> /me dances :D>-<

Releases

No releases published

Packages

No packages published