1.0.0 • Published 7 years ago

hubot-source v1.0.0

Weekly downloads
1
License
LGPL-3.0+
Repository
github
Last release
7 years ago

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 alex@strugee.net

Originally extracted from the pump.io project's pumabot.

1.0.0

7 years ago