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
- Host: GitHub
- URL: https://github.com/beoliver/webhook-test-server
- Owner: beoliver
- Created: 2022-10-30T14:54:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T22:19:42.000Z (about 3 years ago)
- Last Synced: 2025-03-23T23:43:01.836Z (10 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```