Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hubot-humorate

djoser1BSD0.0.3

Comment rating system for hubot

hubot, hubot-scripts, rating

readme

Hubot: hubot-humorate

A user rating system for Hubots

See src/humorate.coffee for full documentation.

Installation

Add hubot-humorate to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-humorate": ">= 0.0.0",
  "hubot-hipchat": "~2.5.1-5",
}

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

["hubot-humorate"]

Run npm install hubot-humorate