0.0.12 • Published 8 years ago

hubot-gretchen v0.0.12

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

hubot-gretchen

Creates a HTTP endpoint to tell hubot secrets. Like Gretchen Weiners.

See src/gretchen.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-gretchen --save

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

[
  "hubot-gretchen"
]

Sample Interaction

// raw json, must specify Content-Type: application/json
curl -X POST -H "Content-Type: application/json" -d '{"secret":"I'm up to no good"}' http://127.0.0.1:8080/hubot/chatsecrets/room
0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago