https://github.com/andrewmilson/webhooker
General webhook handler
https://github.com/andrewmilson/webhooker
Last synced: 5 months ago
JSON representation
General webhook handler
- Host: GitHub
- URL: https://github.com/andrewmilson/webhooker
- Owner: andrewmilson
- Created: 2015-12-13T01:29:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T00:07:30.000Z (over 10 years ago)
- Last Synced: 2025-09-29T14:19:08.366Z (9 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
USAGE
=====
```
[
{
"id": "restart-docker-container",
"cmd": "sh restart-docker-container.sh"
},
{
"id": "test-webhook",
"cmd": "sh script.sh"
}
]
```
```
$ sudo npm install -g webhooker
$ webhooker --config confing.json
```