https://github.com/hubot-archive/hubot-devops-reactions
https://github.com/hubot-archive/hubot-devops-reactions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-devops-reactions
- Owner: hubot-archive
- License: mit
- Created: 2014-06-26T16:17:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T09:50:28.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T02:03:06.128Z (3 months ago)
- Language: CoffeeScript
- Size: 9.77 KB
- Stars: 29
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot Devops Reactions
Post a random [DevOps reactions](http://devopsreactions.tumblr.com/) gif.
[](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"