weather-hourly
Function
Get hourly weather forecast for a location via Open-Meteo API
Syntax
$hourly = weather-hourly "Miami"
48-hour forecast for city (default)
$hourly = weather-hourly "Seattle" 24
custom hours forecast for city (1-168)
$hourly = weather-hourly $city
hourly forecast with city from variable
$hourly = weather-hourly $city $hours
custom hours with city and hours from variables
$result, $error, $details = weather-hourly "Chicago"
extended result with city name
$result, $error, $details = weather-hourly "Denver" 72
extended result with custom hours
$result, $error, $details = weather-hourly $city $hours
extended result with variables