hubot-source
v1.0.0
Published
"hubot: where's the source?"
Downloads
3
Readme
hubot-source
"hubot: where's the source?"
See src/source.coffee
for full documentation.
Installation
In hubot project repo, run:
npm install hubot-source --save
Then add hubot-source to your external-scripts.json
:
[
"hubot-source"
]
Configuration
hubot-source expects one environment variable, HUBOT_SOURCE_URL
. This is the URL that will be sent back when a user requests the source code.
Sample Interaction
user1>> hubot where's the source?
hubot>> http://example.com/
License
LGPL 3.0+
Author
AJ Jordan [email protected]