add hourly forecast

This commit is contained in:
Matt Walsh
2020-10-20 16:37:11 -05:00
parent 85148ea5fa
commit c4e8ef6a14
11 changed files with 70 additions and 18 deletions

View File

@@ -318,4 +318,9 @@ class Almanac extends WeatherDisplay {
this.finishDraw();
}
// make sun and moon data available outside this class
getSun() {
return this.data;
}
}