Created
September 7, 2016 09:51
-
-
Save jimmy89Li/bcd4d5a19da861790a771873c9714e63 to your computer and use it in GitHub Desktop.
Refresh function on load and every 10 min
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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