hubot-etudesalacon
v0.1.3
Published
A script for Hubot to display random quotes from etudesalacon.tumblr.com
Readme
Hubot Etudes à la con
A little script to get quotes from Les études à la con.
Usage
Returns a random quote.
Installation
Add the package hubot-etudesalacon as a dependency in your Hubot package.json file.
"dependencies": {
"hubot-etudesalacon": "0.1.3"
}Run the following command to make sure the module is installed.
$ npm install hubot-etudesalaconTo enable the script, add the hubot-etudesalacon entry to the external-scripts.json file (you may need to create this file).
["hubot-etudesalacon"]