HourlyCards

fun HourlyCards(weather: WeatherData, dayIndex: Int)

Create hourly cards for the hourly forecast.

Filters the hourly weather information to display only the next 24 hours and then creates a HourlyCard for each hour.

Parameters

weather

The WeatherData to access the hourly weather information.

See also