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

https://github.com/beoliver/webhook-test-server

Simple server for testing webhooks
https://github.com/beoliver/webhook-test-server

Last synced: 7 months ago
JSON representation

Simple server for testing webhooks

Awesome Lists containing this project

README

          

# webhook-test-server
Simple server for testing webhooks

```sh
docker build -t webhook-test-server .
```

```sh
docker run -it -p 80:8080 webhook-test-server --path /hooks/123
```