Skip to content

Commit d1958ed

Browse files
authored
Update README.md
1 parent 58eb63a commit d1958ed

File tree

1 file changed

+12
-23
lines changed

1 file changed

+12
-23
lines changed

README.md

+12-23
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,25 @@
11
# ⚡ Webhook Tester
22

3-
A fast, efficient, and privacy-focused webhook tester.
3+
A fast, efficient, and privacy-focused webhook tester. Built with 💙 using ASP.NET Minimal APIs, SignalR, and vanilla js.
44

5-
## 🚀 Features
65

7-
- **Real-time Testing**: Instantly see incoming webhook requests.
8-
- **Privacy First**: All data is streamed directly to your browser - nothing is stored on our servers.
9-
- **Local Storage**: Request history is saved in your browser's IndexedDB for your reference.
10-
- **Multiple Endpoints**: Create and manage multiple webhook URLs.
11-
- **Request Details**: View detailed information about each incoming request.
12-
13-
![alt text](https://github.com/cristipufu/webhook-tester/blob/master/docs/screenshot.jpeg?raw=true)
146

15-
## 🛠️ How It Works
7+
### 🚀 Features
168

17-
1. Create a new webhook URL on the platform.
18-
2. Use this URL in your application or service that needs to send webhooks.
19-
3. When a request is sent to your webhook URL, it's instantly forwarded to your browser.
20-
4. View and analyze the incoming webhook data in real-time.
21-
5. Your request history is saved locally in your browser for future reference.
9+
- **Real-time**: Instantly see incoming webhook requests.
10+
- **Privacy**: All data is streamed directly to your browser - nothing is stored on the server.
11+
- **Local Storage**: Request history is saved in your browser's IndexedDB.
12+
- **Multiple Endpoints**: Create and manage multiple webhook URLs.
13+
- **Request Details**: View detailed information about each incoming request.
2214

23-
## 🖥️ Technical Stack
15+
<br/>
2416

25-
- Frontend: html, css, vanilla js
26-
- Backend: ASP.NET Core minimal API
27-
- Real-time Communication: SignalR
28-
- Client-side Storage: IndexedDB
17+
![alt text](https://github.com/cristipufu/webhook-tester/blob/master/docs/screenshot.jpeg?raw=true)
2918

30-
## 📄 License
19+
### 📄 License
3120

32-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
21+
This project is licensed under the MIT License.
3322

34-
## 📞 Support
23+
### 📞 Support
3524

3625
If you encounter any issues or have questions, please file an issue on this GitHub repository.

0 commit comments

Comments
 (0)