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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Weather Forecast using YQL</title> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
<script> | |
//Developer notes - http://mvark.blogspot.in/2013/03/how-to-find-weather-information-for.html | |
//use YQL Console to build query - http://developer.yahoo.com/yql/console/ | |
function getWeather(woeid, unit) { |
NewerOlder