Last active
December 21, 2015 14:59
-
-
Save devyfriend/6323535 to your computer and use it in GitHub Desktop.
Misc codes
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
/**** | |
yahoo weather for 5 days ahead | |
http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20WHERE%20woeid=%221047378%22%20and%20u=%22c%22&format=json | |
http://l.yimg.com/a/i/us/we/52/32.gif // 32 = weather code | |
****/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment