n8n templateFreeBy Jan Oberhauser
Weather check workflow for bash-dash
This workflow returns the current weather at a predefined or given city and returns it so that it can be displayed with [bash-dash](https://github.com/n8n-io/bash-dash). [](Link) By d...
MiscellaneousUtilityCore NodesDevelopmentOpen Weather MapWebhookSet
Loading interactive preview...
Template notes
This workflow returns the current weather at a predefined or given city and returns it so that it can be displayed with [bash-dash](https://github.com/n8n-io/bash-dash).
[](Link)
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"