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(['UKXX0085','EGXX0011','UKXX0061','CAXX0518','CHXX0049']);
});

Result