Simple web app that helps you develop and test webhook integrations
Go to file
Gonçalo Valério 69ede4e1e2 Added base files for the project 2018-11-11 21:37:21 +00:00
webhook_logger Added base files for the project 2018-11-11 21:37:21 +00:00
.env.sample Added base files for the project 2018-11-11 21:37:21 +00:00
.gitignore Added base files for the project 2018-11-11 21:37:21 +00:00
LICENSE Initial commit 2018-11-11 21:32:44 +00:00
Pipfile Added base files for the project 2018-11-11 21:37:21 +00:00
Pipfile.lock Added base files for the project 2018-11-11 21:37:21 +00:00
README.md Added base files for the project 2018-11-11 21:37:21 +00:00
manage.py Added base files for the project 2018-11-11 21:37:21 +00:00

README.md

Webhook Logger

This pet project is a simple webhook logger built to test django-channels. It works in a way very similar to Webhook tester.

Feel free to fork and play with it.

Setup development environment

Instructions will be added soon