Skip to content

hubot-archive/hubot-devops-reactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Devops Reactions

Post a random DevOps reactions gif.

Build Status

Installation

  1. Add "hubot-devops-reactions" to your hubot's package.json. The latest version is available through npm
  2. npm install
  3. Add "hubot-devops-reactions" to your hubot's external-scripts.json

Due to changes with jsdom:

  • 4.X (default for this project) requires io.js
  • for projects using Node.js, edit the dependancy in package.json use "jsdom": "3.1.2"