zWeatherFeed - Displaying Current & Next Day Forecast

The example show the current weather conditions along with the forecast of the next 24 hours.

Script

$(document).ready(function () {
	$('#test').weatherfeed(['UKXX0085'], {
		forecast: true
	});
});

Result