0.1.2 • Published 8 years ago

hubot-secret-word v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-secret-word

A hubot script that creates a daily secret word like Conky

See src/secret-word.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-secret-word --save

Then add hubot-secret-word to your external-scripts.json:

[
  "hubot-secret-word"
]

There is one optional environment variable you can set to override the default list of secret words of the day

export HUBOT_WOTD_LIST="['lunch', 'beer', 'scotch']"

Sample Interaction

user1>> Who wants lunch
hubot>> Whoooop! You said the secret word of the day!!
0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago