/webhook-tester

Primary LanguageRustMIT LicenseMIT

webhook-tester

A tool for testing webhooks.

How to run

Clone the repo.

git clone https://github.com/prk3/webhook-tester.git

Build the docker image.

docker build --tag webhook-tester:latest .

Run the docker image.

docker run -p 8000:8000 webhook-tester:latest

Open http://localhost:8000 to find URL and inspect requests.

License

MIT