Closed Privacywonk closed 6 years ago
I suspect the way fetchNOAAData is designed is leading to unnecessary traffic and refreshes outside of the update timer.
Need to break apart fetchNOAAData into two functions: fetchNOAAtides fetchNOAAtemp
Kept fetchNOAA the same but removed duplicate setTimeout(function()
I suspect the way fetchNOAAData is designed is leading to unnecessary traffic and refreshes outside of the update timer.
Need to break apart fetchNOAAData into two functions: fetchNOAAtides fetchNOAAtemp