zWeatherFeed - Basic Weather Feed Example

Simple as it gets, this example uses the same code as in the documentation.

Script

$(document).ready(function () {
	$('#test').weatherfeed(['CIXX0021'],{unit:'c', image:true, country:true, wind: false});
});

Result