Skip to content

Instantly share code, notes, and snippets.

View hungnm11's full-sized avatar

Nguyễn M Hưng hungnm11

View GitHub Profile
<!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) {