Skip to content

Commit 8b65e38

Browse files
author
Simon Fredsted
authored
Merge pull request #92 from HamzaBoukraa/master
Update readme.md
2 parents 4e339a9 + 5303701 commit 8b65e38

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

readme.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
1-
# Webhook.site
1+
# [Webhook.site](https://webhook.site)
22

33
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/fredsted/webhook.site.svg)](https://hub.docker.com/r/fredsted/webhook.site)
44
[![GitHub last commit](https://img.shields.io/github/last-commit/fredsted/webhook.site.svg)](https://github.com/fredsted/webhook.site/commits/master)
55

6-
With Webhook.site, you can easily test HTTP webhooks and other types of HTTP requests.
6+
With [Webhook.site](https://webhook.site), you instantly get a unique, random URL that you can use to test and debug Webhooks and HTTP requests, as well as to create your own workflows using the Custom Actions graphical editor or WebhookScript, a simple scripting language, to transform, validate and process HTTP requests.
77

8-
Upon visiting the app, you get a random URL to send your requests and webhooks to, and they're all logged in the app – instantly. Check it out at [https://webhook.site](https://webhook.site).
8+
## What are people using it for?
99

10-
**[Documentation at docs.webhook.site](https://docs.webhook.site)**
10+
* Receive Webhooks without needing an internet-facing Web server
11+
* Send Webhooks to a server that’s behind a firewall or private subnet
12+
* Transforming Webhooks into other formats, and re-sending them to different systems
13+
* Connect different APIs that aren’t compatible
14+
* Building contact forms that send emails
15+
* Instantly build APIs without needing infrastructure
16+
Built by Simon Fredsted (@fredsted).
17+
18+
## Open Source
19+
20+
There are two versions of Webhook.site:
21+
22+
* The completely open-source, MIT-licensed version is available on Github, which can be self-hosted using e.g. Docker, is great for testing Webhooks, but doesn’t include features like Custom Actions.
23+
24+
* The cloud version at [https://webhook.site](https://webhook.site) which has more features, some of them requiring a paid subscription.
25+
26+
## Acknowledgements
27+
28+
* The app was built with [Laravel](https://laravel.com) for the API and Angular.js for the frontend SPA.
29+
* WebhookScript based on [Primi](https://github.com/smuuf/Primi) Copyright (c) Přemysl Karbula.
30+
* The WebhookScript editor is using the [Ace](https://ace.c9.io/).
31+
* JSONPath extraction provided by [FlowCommunications](https://github.com/FlowCommunications/JSONPath).
32+
* This documentation site uses [Just the Docs](https://github.com/pmarsceill/just-the-docs), a documentation theme for Jekyll.
33+
34+
**[Full Documentation at docs.webhook.site](https://docs.webhook.site)**

0 commit comments

Comments
 (0)