consolidate php
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
}
|
||||
|
||||
function main() {
|
||||
fetchWeatherData('https://wx.stoat.org/nws.php?officestats11', function(weatherdata) {
|
||||
fetchWeatherData('https://wx.stoat.org/main.php?service=nws&officestats', function(weatherdata) {
|
||||
if (weatherdata) {
|
||||
const jsonData = weatherdata;
|
||||
const { dates, offices, officeDateMap, titleBreakdownMap } = processData(jsonData);
|
||||
|
||||
Reference in New Issue
Block a user