A script for Hubot to display random quotes from http://www.suisjenormal.fr
npm install hubot-suisjenormalA little script to get quotes from suisjenormal.fr.
Returns a random quote.
* robot suisjenormal : returns a random one
Add the package hubot-suisjenormal as a dependency in your Hubot package.json file.
"dependencies": {
"hubot-suisjenormal": "0.1.5"
}
Run the following command to make sure the module is installed.
$ npm install hubot-suisjenormal
To enable the script, add the hubot-suisjenormal entry to the external-scripts.json file (you may need to create this file).
["hubot-suisjenormal"]