Weather check workflow for bash-dash — Workflow n8n
Aperçu
This workflow returns the current weather at a predefined or given city and returns it so that it can be displayed with bash-dash.
By default does it return the weather in Berlin if no city got defined. That default can be changed in the "Set City" node.
Example usage: - weather london
Example bash-dash config: commands[weather]="http://localhost:5678/webhook/weather"
Nœuds utilisés
Aperçu du workflow
Comment ça fonctionne
- 1
Déclencheur
Le workflow démarre avec un déclencheur webhook.
- 2
Traitement
Les données transitent par 4 nœuds, connecting openweathermap, set, webhook.
- 3
Sortie
Le workflow termine son automatisation et livre le résultat à la destination configurée.
Détails des nœuds (4)
OpenWeatherMap
openWeatherMap
Comment importer ce workflow
- 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
- 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
- 3Sélectionnez le fichier
weather-check-workflow-for-bash-dashtéléchargé et cliquez sur Importer. - 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
- 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.
Ou collez directement dans n8n → Importer depuis JSON :
Intégrations
Créé par
Jan Oberhauser
@jan
Tags
Nouveau sur n8n ?
n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.
Obtenir n8n gratuitement →