From 51f95857816f001dcf43dab6192245870a3fb681 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 14 Nov 2025 09:02:51 +0000 Subject: [PATCH] =?UTF-8?q?Webhook-URL=20zur=20README=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5cce53..d7395f6 100644 --- a/README.md +++ b/README.md @@ -139,10 +139,12 @@ Das Projekt enthält zwei n8n-Workflows für die Automatisierung: 3. **JavaScript Code**: Filtert die letzten 50 Einträge 4. **Response**: Gibt JSON-Daten zurück +**Webhook-URL**: `https://n8n.unixweb.home64.de/webhook/sds-data` + **Verwendung**: ```javascript // In feinstaub.html die API-URL anpassen: -const webhookUrl = 'https://your-n8n-instance.com/webhook/sds-data'; +const webhookUrl = 'https://n8n.unixweb.home64.de/webhook/sds-data'; ``` ## CSV-Export