hookdash 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -14,6 +14,12 @@ Receive, queue, retry, and monitor webhooks — no Redis, no Postgres, just SQLi
|
|
|
14
14
|
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
|
+
<br/>
|
|
18
|
+
|
|
19
|
+
<div align="center">
|
|
20
|
+
<img src="demo-walkthrough.gif" alt="hookdash walkthrough" width="100%"/>
|
|
21
|
+
</div>
|
|
22
|
+
|
|
17
23
|
---
|
|
18
24
|
|
|
19
25
|
## Why hookdash?
|
|
@@ -81,7 +87,7 @@ hookdash start
|
|
|
81
87
|
### Option 3: Docker
|
|
82
88
|
|
|
83
89
|
```bash
|
|
84
|
-
docker run -p 9090:9090 -v hookdash-data:/app/data
|
|
90
|
+
docker run -p 9090:9090 -v hookdash-data:/app/data me-npm/hookdash
|
|
85
91
|
```
|
|
86
92
|
|
|
87
93
|
### Test it works
|
|
@@ -303,7 +309,7 @@ If an endpoint fails 5 times consecutively, hookdash **opens the circuit** and s
|
|
|
303
309
|
|
|
304
310
|
```bash
|
|
305
311
|
# Clone the repo
|
|
306
|
-
git clone https://github.com/
|
|
312
|
+
git clone https://github.com/me-npm/hookdash.git
|
|
307
313
|
cd hookdash
|
|
308
314
|
|
|
309
315
|
# Create your config
|
|
@@ -326,7 +332,7 @@ docker run -p 9090:9090 -v hookdash-data:/app/data hookdash
|
|
|
326
332
|
|
|
327
333
|
```bash
|
|
328
334
|
# Clone
|
|
329
|
-
git clone https://github.com/
|
|
335
|
+
git clone https://github.com/me-npm/hookdash.git
|
|
330
336
|
cd hookdash
|
|
331
337
|
|
|
332
338
|
# Install dependencies
|
|
@@ -380,6 +386,6 @@ MIT — see [LICENSE](LICENSE) for details.
|
|
|
380
386
|
|
|
381
387
|
**Built with ❤️ for developers who are tired of losing webhooks.**
|
|
382
388
|
|
|
383
|
-
[⭐ Star on GitHub](https://github.com/
|
|
389
|
+
[⭐ Star on GitHub](https://github.com/me-npm/hookdash) · [🐛 Report Bug](https://github.com/me-npm/hookdash/issues) · [💡 Request Feature](https://github.com/me-npm/hookdash/issues)
|
|
384
390
|
|
|
385
391
|
</div>
|