Simple as it gets, this example uses the same code as in the documentation.
$(document).ready(function () { $('#test').weatherfeed(['CIXX0021'],{unit:'c', image:true, country:true, wind: false}); });