Examples

jQuery(document).ready(function () {
jQuery("#example1").weatherForecast({
city: "New York",
region: "New York",
country: "US",
count: 1,
theme: {
backgroundColor: "#007cf3",
color: "#fff",
forceImageWhite: true,
border: "none",
},
appID: "your-app-id-here",
});
});


Last updated