hubot-woot
v0.0.1
Published
A hubot script to show woots
Downloads
1
Readme
hubot-woot
This is a Hubot script which fetches the latest woot information.
Getting Started
Installation
In hubot project repo, run:
npm install hubot-woot --save
Then add hubot-woot to your external-scripts.json
:
["hubot-woot"]
Configuration
A woot api key is required to use this script. Fetch one from the Woot Applications Page. Once acquired, an environmental variable HUBOT_WOOT_API_KEY
must be set with your application key. For Heroku deployments, this can be acheived by:
% heroku config:add HUBOT_WOOT_API_KEY=xxxxxxxxxxxx