<%= weather.location.city %> weather condition graphic : <%= weather.condition.text %>





See weather in:

<% for(place in YAHOOLocations) { %> <%= place.toUpperCase() %>   <% } %>

For example only, this is the JSON data from Yahoo

<%= jsonFromYahoo %>

requested url:
<%= requestedURL %>