Covid19Stats.JS

Show updated Covid-19 Stats with A FEW LINES of code

Covid19Stats.js Initialization & Parameters

$.covid19stats({
	element: "#your_element_id", // Target element ID
	countryCode: "FR", // ISO Country Code (get the list here : https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
	showImg: true, // True or false to show the left covid image
	showCases: true, // True or false to show the "cases" stat
	showDeaths: true, // True or false to show the "deaths" stat
	showRecovered: true, // True or false to show the "recovered" stat
	showRightLabel: true // True or false to show the "right label"
});