JulianNorton / weather-10kb-wxkb

Weather forecast that's high performance and accessible
https://wxkb.juliannorton.com
GNU General Public License v2.0
152 stars 49 forks source link

Merging hours by summary instead of by temperature #132

Closed Polidoro closed 7 years ago

Polidoro commented 7 years ago

With this change the app will calculating the current hour summary and the next hour summary (ie. "Partly cloudy with a 3 m/s breeze") and compare them. If they are identical the hour will be skipped and included in an hourly summary (ie. "2-4 PM Partly cloudy with a 3 m/s breeze").

In this case, since we're not comparing by temperature, only the temperature of the LAST hour in the summary will be shown.

JulianNorton commented 7 years ago

closes https://github.com/JulianNorton/weather-10kb/issues/125