WeatherCard

fun WeatherCard(time: String, temp: Double, iconId: Int, onClick: () -> Unit = {})

A Card to display the hourly weather information.

Parameters

time

The time for current hour.

temp

The temperature of the hour.

iconId

The icon of the weather condition.