0.0.1 • Published 8 years ago

hubot-googleflog v0.0.1

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

hubot-googleflog

Hubot script that returns a googleflog-like text

See src/googleflog.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-googleflog --save

Then add hubot-googleflog to your external-scripts.json:

[
  "hubot-googleflog"
]

Sample Interaction

user1>> hubot hello
hubot>> hello!
0.0.1

8 years ago