-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcountries.js
More file actions
80 lines (80 loc) · 1.6 KB
/
countries.js
File metadata and controls
80 lines (80 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
module.exports = {
21: "Egypt",
28: "Ghana",
31: "Kenya",
54: "South Africa",
61: "Uganda",
74: "Israel",
77: "Saudi Arabia",
80: "Azerbaijan",
81: "Bahrain",
82: "Bangladesh",
87: "China",
94: "Hong Kong",
96: "India",
97: "Indonesia",
98: "Iran, Islamic Republic of",
99: "Iraq",
100: "Japan",
103: "Jordan",
104: "Kazakhstan",
106: "South Korea",
108: "Kuwait",
111: "Lebanon",
113: "Malaysia",
119: "Oman",
120: "Pakistan",
122: "Philippines",
123: "Qatar",
124: "Singapore",
126: "Sri Lanka",
128: "Taiwan",
131: "Thailand",
134: "Turkey",
136: "United Arab Emirates",
143: "Austria",
145: "Belarus",
146: "Belgium",
149: "Bulgaria",
150: "Croatia",
151: "Czech Republic",
152: "Denmark",
154: "Estonia",
156: "Finland",
158: "France",
162: "Germany",
166: "Greece",
169: "Hungary",
171: "Ireland",
174: "Italy",
178: "Latvia",
180: "Lithuania",
187: "Netherlands",
189: "Norway",
190: "Poland",
191: "Portugal",
192: "Romania",
193: "Russia",
198: "Slovenia",
199: "Spain",
203: "Sweden",
205: "Switzerland",
207: "Ukraine",
208: "United Kingdom",
222: "Canada",
227: "Costa Rica",
228: "Cuba",
241: "Mexico",
247: "Puerto Rico",
257: "United States",
319: "Australia",
334: "New Zealand",
350: "Argentina",
353: "Brazil",
355: "Chile",
357: "Colombia",
358: "Ecuador",
363: "Peru",
365: "Uruguay",
366: "Venezuela"
}