Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francois2metz/hubot-aftership
Track packages with the aftership API and hubot
https://github.com/francois2metz/hubot-aftership
aftership-api hubot
Last synced: 27 days ago
JSON representation
Track packages with the aftership API and hubot
- Host: GitHub
- URL: https://github.com/francois2metz/hubot-aftership
- Owner: francois2metz
- License: mit
- Created: 2016-02-14T16:53:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-30T16:32:57.000Z (over 8 years ago)
- Last Synced: 2024-11-21T13:49:03.659Z (about 1 month ago)
- Topics: aftership-api, hubot
- Language: CoffeeScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-aftership
Track your packages using the [aftership API](https://www.aftership.com/docs/api).
See [`src/aftership.coffee`](src/aftership.coffee) for full documentation.
## Install
In hubot project repo, run:
npm install hubot-aftership --save
Then add **hubot-aftership** to your `external-scripts.json`:
```json
[
"hubot-aftership"
]
```## Configuration
- `AFTERSHIP_API_KEY`: Your aftership api key
- `AFTERSHIP_SECRET`: The secret that protect webhookOn aftership side, setup your webhook to: `https://hubot/aftership?secret=YOURSECRET`. Replace your secret by the value of `AFTERSHIP_SECRET`.