Building COVID19 Tracker Application using JavaScript & Mapbox - #50

preview_player
Показать описание
In this video, we will learn building COVID19 Tracker Application with Visualization using JavaScript and Mapbox. We will perform clustering of points based on the countries and each cluster will represent a set of locations within it that are prone to COVID19.
Some of the features of the application are :
1. Clustering of points to represent set of regions for all the countries on the Map.
2. Reverse Geocoding using Latitude and Longitude to get the place name and getting the number of deaths and number of confirmed cases for each location that is present within the country.

By the end of this video, you will learn a ton about the language to create your own projects.
#javascript

---
🐱‍💻 🐱‍💻 Course Links:

---
Support my channel:
💜 One time donations via PayPal
Thank you! 🙏

---
Follow me on:
Рекомендации по теме
Комментарии
Автор

Here is the countries with their respective country codes in form of an object required for the video.
Just copy the below object.


const countriesWithCountryCodes = {
"TH": "Thailand",
"JP": "Japan",
"SG": "Singapore",
"NP": "Nepal",
"MY": "Malaysia",
"CA": "Canada",
"AU": "Australia",
"KH": "Cambodia",
"LK": "Sri Lanka",
"DE": "Germany",
"FI": "Finland",
"AE": "United Arab Emirates",
"PH": "Philippines",
"IN": "India",
"IT": "Italy",
"SE": "Sweden",
"ES": "Spain",
"BE": "Belgium",
"EG": "Egypt",
"LB": "Lebanon",
"IQ": "Iraq",
"OM": "Oman",
"AF": "Afghanistan",
"BH": "Bahrain",
"KW": "Kuwait",
"DZ": "Algeria",
"HR": "Croatia",
"CH": "Switzerland",
"AT": "Austria",
"IL": "Israel",
"PK": "Pakistan",
"BR": "Brazil",
"GE": "Georgia",
"GR": "Greece",
"MK": "North Macedonia",
"NO": "Norway",
"RO": "Romania",
"EE": "Estonia",
"SM": "San Marino",
"BY": "Belarus",
"IS": "Iceland",
"LT": "Lithuania",
"MX": "Mexico",
"NZ": "New Zealand",
"NG": "Nigeria",
"IE": "Ireland",
"LU": "Luxembourg",
"MC": "Monaco",
"QA": "Qatar",
"EC": "Ecuador",
"AZ": "Azerbaijan",
"AM": "Armenia",
"DO": "Dominican Republic",
"ID": "Indonesia",
"PT": "Portugal",
"AD": "Andorra",
"LV": "Latvia",
"MA": "Morocco",
"SA": "Saudi Arabia",
"SN": "Senegal",
"AR": "Argentina",
"CL": "Chile",
"JO": "Jordan",
"UA": "Ukraine",
"HU": "Hungary",
"LI": "Liechtenstein",
"PL": "Poland",
"TN": "Tunisia",
"BA": "Bosnia and Herzegovina",
"SI": "Slovenia",
"ZA": "South Africa",
"BT": "Bhutan",
"CM": "Cameroon",
"CO": "Colombia",
"CR": "Costa Rica",
"PE": "Peru",
"RS": "Serbia",
"SK": "Slovakia",
"TG": "Togo",
"MT": "Malta",
"MQ": "Martinique",
"BG": "Bulgaria",
"MV": "Maldives",
"BD": "Bangladesh",
"PY": "Paraguay",
"AL": "Albania",
"CY": "Cyprus",
"BN": "Brunei",
"US": "US",
"BF": "Burkina Faso",
"VA": "Holy See",
"MN": "Mongolia",
"PA": "Panama",
"CN": "China",
"IR": "Iran",
"KR": "Korea, South",
"FR": "France",
"XX": "Cruise Ship",
"DK": "Denmark",
"CZ": "Czechia",
"TW": "Taiwan*",
"VN": "Vietnam",
"RU": "Russia",
"MD": "Moldova",
"BO": "Bolivia",
"HN": "Honduras",
"GB": "United Kingdom",
"CD": "Congo (Kinshasa)",
"CI": "Cote d'Ivoire",
"JM": "Jamaica",
"TR": "Turkey",
"CU": "Cuba",
"GY": "Guyana",
"KZ": "Kazakhstan",
"ET": "Ethiopia",
"SD": "Sudan",
"GN": "Guinea",
"KE": "Kenya",
"AG": "Antigua and Barbuda",
"UY": "Uruguay",
"GH": "Ghana",
"NA": "Namibia",
"SC": "Seychelles",
"TT": "Trinidad and Tobago",
"VE": "Venezuela",
"SZ": "Eswatini",
"GA": "Gabon",
"GT": "Guatemala",
"MR": "Mauritania",
"RW": "Rwanda",
"LC": "Saint Lucia",
"VC": "Saint Vincent and the Grenadines",
"SR": "Suriname",
"XK": "Kosovo",
"CF": "Central African Republic",
"CG": "Congo (Brazzaville)",
"GQ": "Equatorial Guinea",
"UZ": "Uzbekistan",
"NL": "Netherlands",
"BJ": "Benin",
"LR": "Liberia",
"SO": "Somalia",
"TZ": "Tanzania",
"BB": "Barbados",
"ME": "Montenegro",
"KG": "Kyrgyzstan",
"MU": "Mauritius",
"ZM": "Zambia",
"DJ": "Djibouti",
"GM": "Gambia, The",
"BS": "Bahamas, The",
"TD": "Chad",
"SV": "El Salvador",
"FJ": "Fiji",
"NI": "Nicaragua",
"MG": "Madagascar",
"HT": "Haiti",
"AO": "Angola",
"CV": "Cape Verde",
"NE": "Niger",
"PG": "Papua New Guinea",
"ZW": "Zimbabwe",
"TL": "Timor-Leste",
"ER": "Eritrea",
"UG": "Uganda",
"DM": "Dominica",
"GD": "Grenada",
"MZ": "Mozambique",
"SY": "Syria"
}

TheNerdyDev
Автор

Thankfully to The Net Ninja, for suggesting this channel, subed already.
Good content and keep it up bro.

Greetings from Tanzania 🇹🇿

raymondmichael
Автор

Guys please share the video with your friends and colleagues. Don't forget to leave a like if you liked the video. Comment down below for what you would like to see next on this channel. This way YouTube Algorithm will push the video to more and more people and they will come to the channel as well. Thanks for the support till now. I really appreciate that. 🙏

TheNerdyDev
Автор

Really awesome video brother thanks for giving good knowledge 👌🏻👍🏻

funnyhai
Автор

Hi. I am here thanks to The Net Ninja =) subbed. Can you share the final code too?

ridl
Автор

from where do i get the json file of all the data

mayanksharma
Автор

i faced one problem while working on this project, domContentLoaded is not calling initializeApp function, kindly help me how to resolve that

nithishd
join shbcf.ru