Webhook-URL zur README hinzugefügt
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -139,10 +139,12 @@ Das Projekt enthält zwei n8n-Workflows für die Automatisierung:
|
|||||||
3. **JavaScript Code**: Filtert die letzten 50 Einträge
|
3. **JavaScript Code**: Filtert die letzten 50 Einträge
|
||||||
4. **Response**: Gibt JSON-Daten zurück
|
4. **Response**: Gibt JSON-Daten zurück
|
||||||
|
|
||||||
|
**Webhook-URL**: `https://n8n.unixweb.home64.de/webhook/sds-data`
|
||||||
|
|
||||||
**Verwendung**:
|
**Verwendung**:
|
||||||
```javascript
|
```javascript
|
||||||
// In feinstaub.html die API-URL anpassen:
|
// 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
|
## CSV-Export
|
||||||
|
|||||||
Reference in New Issue
Block a user