An open API service indexing awesome lists of open source software.

https://github.com/andrewmilson/webhooker

General webhook handler
https://github.com/andrewmilson/webhooker

Last synced: 5 months ago
JSON representation

General webhook handler

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
```