An open API service indexing awesome lists of open source software.

https://github.com/hubot-archive/hubot-devops-reactions


https://github.com/hubot-archive/hubot-devops-reactions

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Hubot Devops Reactions

Post a random [DevOps reactions](http://devopsreactions.tumblr.com/) gif.

[![Build Status](https://travis-ci.org/bdossantos/hubot-devops-reactions.png)](https://travis-ci.org/bdossantos/hubot-devops-reactions)

## Installation

1. Add `"hubot-devops-reactions"` to your hubot's `package.json`. The
latest version is available through [npm](https://npmjs.org/package/hubot-devops-reactions)
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"