1.0.7 • Published 10 years ago
hubot-aftership v1.0.7
hubot-aftership
Track your packages using the aftership API.
See src/aftership.coffee for full documentation.
Install
In hubot project repo, run:
npm install hubot-aftership --saveThen add hubot-aftership to your external-scripts.json:
[
"hubot-aftership"
]Configuration
AFTERSHIP_API_KEY: Your aftership api keyAFTERSHIP_SECRET: The secret that protect webhook
On aftership side, setup your webhook to: https://hubot/aftership?secret=YOURSECRET. Replace your secret by the value of AFTERSHIP_SECRET.