From d71bf612eece13445787758e2a37de6eeefc33d2 Mon Sep 17 00:00:00 2001 From: Sammy Teillet Date: Tue, 25 Oct 2022 15:36:51 +0200 Subject: [PATCH 1/2] Add Webhook Store --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e019a46f..c2323f91 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,7 @@ Table of Contents * [Unixtime](https://unixtime.co.za) - Free API to convert Unixtime to DateTime and vice versa. * [unscan](https://unscan.co) - Free API to scan images for NSFW and files for malware. 100 requests per second. * [Webhook.site](https://webhook.site) - Easily test HTTP webhooks with this handy tool that displays requests instantly. + * [Webhook.store](https://github.webhook.store) - Tool for storing third party webhooks and debug them on localhost (ngrok style). Open source and self-hostable. Free personal domain *username*.github.webhook.store, free public domains *anything*.webhook.store. * [wit.ai](https://wit.ai/) — NLP for developers. * [wolfram.com](https://wolfram.com/language/) — Built-in knowledge-based algorithms in the cloud. * [wrapapi.com](https://wrapapi.com/) — Turn any website into a parameterized API. 30k API calls per month. From 2d44f6c4e1151d0861f0073918212b1ef36758b6 Mon Sep 17 00:00:00 2001 From: Sammy Teillet Date: Thu, 3 Nov 2022 11:38:29 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2323f91..af78104f 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ Table of Contents * [Unixtime](https://unixtime.co.za) - Free API to convert Unixtime to DateTime and vice versa. * [unscan](https://unscan.co) - Free API to scan images for NSFW and files for malware. 100 requests per second. * [Webhook.site](https://webhook.site) - Easily test HTTP webhooks with this handy tool that displays requests instantly. - * [Webhook.store](https://github.webhook.store) - Tool for storing third party webhooks and debug them on localhost (ngrok style). Open source and self-hostable. Free personal domain *username*.github.webhook.store, free public domains *anything*.webhook.store. + * [Webhook Store](https://www.openwebhook.io) - Tool for storing third party webhooks and debug them on localhost (ngrok style). Open source and self-hostable. Free personal domain *username*.github.webhook.store, free public domains *anything*.webhook.store. * [wit.ai](https://wit.ai/) — NLP for developers. * [wolfram.com](https://wolfram.com/language/) — Built-in knowledge-based algorithms in the cloud. * [wrapapi.com](https://wrapapi.com/) — Turn any website into a parameterized API. 30k API calls per month.