Skip to content
This repository has been archived by the owner on Aug 11, 2018. It is now read-only.

Test my city

mockturtl edited this page May 12, 2016 · 5 revisions

The applet fetches data from the Yahoo! Weather API. To test your location, paste this link (ref) in a browser, replacing {WOEID} with your location code:

http://query.yahooapis.com/v1/public/yql?format=json&q=select * from weather.forecast where woeid="{WOEID}" and u="c"

At this time, https does not work for all locations.

Clone this wiki locally