workflows.fit
Back to n8n workflows
n8n templateFreeBy Davi Saranszky Mesquita

Integrating AI with Open-Meteo API for enhanced weather forecasting

Use case Workshop We are using this workflow in our workshops to teach how to use Tools a.k.a functions with artificial intelligence. In this specific case, we will use a generic "AI Agent" node to illustrate that it ...

AILangchainCore NodesChat TriggerLm Chat Open AiSticky NoteAgent
Loading interactive preview...

Template notes

Use case

Workshop

We are using this workflow in our workshops to teach how to use Tools a.k.a functions with artificial intelligence. In this specific case, we will use a generic "AI Agent" node to illustrate that it could use other models from different data providers.

Enhanced Weather Forecasting

In this small example, it's easy to demonstrate how to obtain weather forecast results from the Open-Meteo site to accurately display the upcoming days.

This can be used to plan travel decisions, for example.

What this workflow does

1. We will make an HTTP request to find out the geographic coordinates of a city. 2. Then, we will make other HTTP requests to discover the weather for the upcoming days.