From c87070e49530ec8636c9cbd6269f99aa4ee56b01 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 2 Oct 2022 00:01:56 -0300 Subject: [PATCH] feat: add webhook.site to general tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e53d9688..91e56d29 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ When learning CS, there are some useful sites you must know to get always inform - [EmailDrop](https://www.emaildrop.io/): Emaildrop is a free disposable email provider. - [Replit.com](https://replit.com): Free, collaborative, in-browser IDE to code in 50+ languages. - [Svgator](https://www.svgator.com/): Animate svg graphically. Its like a video editor but for svg. +- [Weebook.site](https://webhook.site/) Useful tool for test and debug webhooks
↥ Back To Top