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

https://github.com/connormac/hooked

Simple webhook testing app and docker setup
https://github.com/connormac/hooked

simple testing webhook webhooks

Last synced: over 1 year ago
JSON representation

Simple webhook testing app and docker setup

Awesome Lists containing this project

README

          

# hooked
Simple webhook testing app and docker setup

## Docker setup

```
docker run -d -p 0.0.0.0:5001:5001 --name hooked connormac/hooked
```

## Local setup

```
python hooked.py
```