The Current Weather Data Circuit fetches weather information for a specific location using the Open-Meteo API. This circuit takes latitude and longitude as inputs to retrieve weather data for the specified location. It is simple to integrate and provides JSON-formatted weather data.
The circuit requires the following inputs:
| Input Name | Description | Type | Required |
|---|---|---|---|
latitude | Latitude of the location | String | Yes |
longitude | Longitude of the location | String | Yes |
{
"latitude": "37.7749",
"longitude": "-122.4194"
}