add hourly forecast

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

View file

@ -48,6 +48,7 @@ const js_sources = [
'server/scripts/modules/extendedforecast.js',
'server/scripts/modules/almanac.js',
'server/scripts/modules/radar.js',
'server/scripts/modules/hourly.js',
'server/scripts/modules/progress.js',
'server/scripts/modules/navigation.js',
];