Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created September 7, 2016 09:51
Show Gist options
  • Save jimmy89Li/bcd4d5a19da861790a771873c9714e63 to your computer and use it in GitHub Desktop.
Save jimmy89Li/bcd4d5a19da861790a771873c9714e63 to your computer and use it in GitHub Desktop.
Refresh function on load and every 10 min
refreshWeather();
setInterval(refreshWeather, 600000); // Recall every 10 min
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment