Important
Be sure to update this README!
Template repository for creating a new Hubot script package.
In your hubot repository, run:
npm install template-hubot-script --save
Then add template-hubot-script to your external-scripts.json
:
["template-hubot-script"]
Environment Variables | Required? | Description |
---|---|---|
HUBOT_EXAMPLE_API_KEY |
Yes | API key from the developer console |
user1> hubot hello:get
hubot> Hello world!