├── .gitignore ├── CNAME ├── README.md ├── data ├── countryColors.js └── countryColors.json ├── framePngs ├── 0.png ├── 0_o.png ├── 1.png ├── 1_o.png ├── 2.png ├── 2_o.png ├── 3.png ├── 3_o.png ├── 4.png ├── 4_o.png ├── 5.png ├── 5_o.png ├── 6.png ├── 6_o.png ├── 7.png ├── 7_o.png ├── 8.png ├── 8_o.png ├── 9.png ├── 9_o.png └── old │ ├── 0.png │ └── 0_o.png ├── generateIndex.js ├── generateParrots.js ├── generateZip.js ├── index.html ├── index_template.html ├── optimizeGifs.js ├── package-lock.json ├── package.json ├── parrots.zip └── parrots ├── abkhazia-parrot.gif ├── afghanistan-parrot.gif ├── albania-parrot.gif ├── algeria-parrot.gif ├── andorra-parrot.gif ├── angola-parrot.gif ├── antigua-and-barbuda-parrot.gif ├── argentina-parrot.gif ├── armenia-parrot.gif ├── australia-parrot.gif ├── austria-parrot.gif ├── azerbaijan-parrot.gif ├── bahrain-parrot.gif ├── bangladesh-parrot.gif ├── barbados-parrot.gif ├── belarus-parrot.gif ├── belgium-parrot.gif ├── belize-parrot.gif ├── benin-parrot.gif ├── bhutan-parrot.gif ├── bolivia-parrot.gif ├── bosnia-and-herzegovina-parrot.gif ├── botswana-parrot.gif ├── brazil-parrot.gif ├── brunei-parrot.gif ├── bulgaria-parrot.gif ├── burkina-faso-parrot.gif ├── burundi-parrot.gif ├── cambodia-parrot.gif ├── cameroon-parrot.gif ├── canada-parrot.gif ├── cape-verde-parrot.gif ├── central-african-republic-parrot.gif ├── chad-parrot.gif ├── chile-parrot.gif ├── china-parrot.gif ├── colombia-parrot.gif ├── comoros-parrot.gif ├── congo-parrot.gif ├── cook-islands-parrot.gif ├── costa-rica-parrot.gif ├── croatia-parrot.gif ├── cuba-parrot.gif ├── cyprus-parrot.gif ├── czech-republic-parrot.gif ├── democratic-republic-of-the-congo-parrot.gif ├── denmark-parrot.gif ├── djibouti-parrot.gif ├── dominica-parrot.gif ├── dominican-republic-parrot.gif ├── ecuador-parrot.gif ├── egypt-parrot.gif ├── el-salvador-parrot.gif ├── equatorial-guinea-parrot.gif ├── eritrea-parrot.gif ├── estonia-parrot.gif ├── ethiopia-parrot.gif ├── fiji-parrot.gif ├── finland-parrot.gif ├── france-parrot.gif ├── fs-micronesia-parrot.gif ├── gabon-parrot.gif ├── georgia-parrot.gif ├── germany-parrot.gif ├── ghana-parrot.gif ├── greece-parrot.gif ├── grenada-parrot.gif ├── guatemala-parrot.gif ├── guinea-bissau-parrot.gif ├── guinea-parrot.gif ├── guyana-parrot.gif ├── haiti-parrot.gif ├── honduras-parrot.gif ├── hungary-parrot.gif ├── iceland-parrot.gif ├── india-parrot.gif ├── indonesia-parrot.gif ├── iran-parrot.gif ├── iraq-parrot.gif ├── ireland-parrot.gif ├── israel-parrot.gif ├── italy-parrot.gif ├── ivory-coast-parrot.gif ├── jamaica-parrot.gif ├── japan-parrot.gif ├── jordan-parrot.gif ├── kazakhstan-parrot.gif ├── kenya-parrot.gif ├── kingdom-of-the-netherlands-parrot.gif ├── kiribati-parrot.gif ├── kosovo-parrot.gif ├── kuwait-parrot.gif ├── kyrgyzstan-parrot.gif ├── laos-parrot.gif ├── latvia-parrot.gif ├── lebanon-parrot.gif ├── lesotho-parrot.gif ├── liberia-parrot.gif ├── libya-parrot.gif ├── liechtenstein-parrot.gif ├── lithuania-parrot.gif ├── luxembourg-parrot.gif ├── macedonia-parrot.gif ├── madagascar-parrot.gif ├── malawi-parrot.gif ├── malaysia-parrot.gif ├── maldives-parrot.gif ├── mali-parrot.gif ├── malta-parrot.gif ├── marshall-islands-parrot.gif ├── mauritania-parrot.gif ├── mauritius-parrot.gif ├── mexico-parrot.gif ├── moldova-parrot.gif ├── monaco-parrot.gif ├── mongolia-parrot.gif ├── montenegro-parrot.gif ├── morocco-parrot.gif ├── mozambique-parrot.gif ├── myanmar-parrot.gif ├── nagorno-karabakh-republic-parrot.gif ├── namibia-parrot.gif ├── nauru-parrot.gif ├── nepal-parrot.gif ├── new-zealand-parrot.gif ├── nicaragua-parrot.gif ├── niger-parrot.gif ├── nigeria-parrot.gif ├── niue-parrot.gif ├── north-korea-parrot.gif ├── northern-cyprus-parrot.gif ├── norway-parrot.gif ├── oman-parrot.gif ├── pakistan-parrot.gif ├── palau-parrot.gif ├── panama-parrot.gif ├── papua-new-guinea-parrot.gif ├── paraguay-parrot.gif ├── peru-parrot.gif ├── philippines-parrot.gif ├── poland-parrot.gif ├── portugal-parrot.gif ├── puerto-rico-parrot.gif ├── qatar-parrot.gif ├── romania-parrot.gif ├── russia-parrot.gif ├── rwanda-parrot.gif ├── sahrawi-arab-democratic-republic-parrot.gif ├── saint-kitts-and-nevis-parrot.gif ├── saint-lucia-parrot.gif ├── saint-vincent-and-the-grenadines-parrot.gif ├── samoa-parrot.gif ├── san-marino-parrot.gif ├── saudi-arabia-parrot.gif ├── senegal-parrot.gif ├── serbia-parrot.gif ├── seychelles-parrot.gif ├── sierra-leone-parrot.gif ├── singapore-parrot.gif ├── slovakia-parrot.gif ├── slovenia-parrot.gif ├── solomon-islands-parrot.gif ├── somalia-parrot.gif ├── somaliland-parrot.gif ├── south-africa-parrot.gif ├── south-korea-parrot.gif ├── south-ossetia-parrot.gif ├── south-sudan-parrot.gif ├── spain-parrot.gif ├── sri-lanka-parrot.gif ├── state-of-palestine-parrot.gif ├── sudan-parrot.gif ├── suriname-parrot.gif ├── swaziland-parrot.gif ├── sweden-parrot.gif ├── switzerland-parrot.gif ├── syria-parrot.gif ├── são-tomé-and-príncipe-parrot.gif ├── taiwan-parrot.gif ├── tajikistan-parrot.gif ├── tanzania-parrot.gif ├── thailand-parrot.gif ├── the-bahamas-parrot.gif ├── the-gambia-parrot.gif ├── timor-leste-parrot.gif ├── togo-parrot.gif ├── tonga-parrot.gif ├── transnistria-parrot.gif ├── trinidad-and-tobago-parrot.gif ├── tunisia-parrot.gif ├── turkey-parrot.gif ├── turkmenistan-parrot.gif ├── tuvalu-parrot.gif ├── uganda-parrot.gif ├── ukraine-parrot.gif ├── united-arab-emirates-parrot.gif ├── united-kingdom-parrot.gif ├── united-states-parrot.gif ├── uruguay-parrot.gif ├── uzbekistan-parrot.gif ├── vanuatu-parrot.gif ├── vatican-city-parrot.gif ├── venezuela-parrot.gif ├── vietnam-parrot.gif ├── yemen-parrot.gif ├── zambia-parrot.gif └── zimbabwe-parrot.gif /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | countryparrots.com -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Country Parrots 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 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 |

215 | 216 |

217 |

218 | 219 | ## Install 220 | ### Prerequisites 221 | 222 | First, [install node-canvas prerequisites](https://github.com/Automattic/node-canvas#installation) 223 | 224 | ``` 225 | npm install 226 | npm install imageoptim-cli -g 227 | ``` 228 | 229 | ## generate parrots 230 | ``` 231 | npm run generate-parrots 232 | ``` -------------------------------------------------------------------------------- /data/countryColors.js: -------------------------------------------------------------------------------- 1 | 2 | var _countryColors = require('./countryColors.json'); 3 | 4 | var countryColors = _countryColors.map(function(country){ 5 | var filteredColors = country.colors.map(function(color){ 6 | //filter out colors less than 3% 7 | if(color.percent < 3) return null; 8 | else return color.hex; 9 | }) 10 | 11 | country.colors = filteredColors.filter(function(n){ return n != undefined }); 12 | 13 | return country; 14 | }); 15 | 16 | countryColors = [].concat.apply([], countryColors); 17 | countryColors = countryColors.filter(function(n){ return n != undefined }); 18 | 19 | function getAll() { 20 | return countryColors; 21 | } 22 | 23 | function find(name) { 24 | return countryColors.filter(function(brand){ 25 | return brand.name === name; 26 | }); 27 | } 28 | 29 | exports.getAll = getAll; 30 | exports.find = find; -------------------------------------------------------------------------------- /data/countryColors.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "name": "Afghanistan", 3 | "colors": [{ 4 | "hex": "#000000", 5 | "percent": 33.33 6 | }, { 7 | "hex": "#009900", 8 | "percent": 33.33 9 | }, { 10 | "hex": "#BF0000", 11 | "percent": 24.99 12 | }, { 13 | "hex": "#D2534D", 14 | "percent": 3.57 15 | }, { 16 | "hex": "#DB8B70", 17 | "percent": 2.54 18 | }, { 19 | "hex": "#F4E5D7", 20 | "percent": 1.51 21 | }] 22 | }, { 23 | "name": "Albania", 24 | "colors": [{ 25 | "hex": "#E41E20", 26 | "percent": 85.78 27 | }, { 28 | "hex": "#020000", 29 | "percent": 11.74 30 | }, { 31 | "hex": "#6F0F10", 32 | "percent": 1.75 33 | }, { 34 | "hex": "#AF1719", 35 | "percent": 0.74 36 | }] 37 | }, { 38 | "name": "Algeria", 39 | "colors": [{ 40 | "hex": "#FFFFFF", 41 | "percent": 47.72 42 | }, { 43 | "hex": "#006233", 44 | "percent": 45.89 45 | }, { 46 | "hex": "#D21034", 47 | "percent": 5.49 48 | }, { 49 | "hex": "#EC99A8", 50 | "percent": 0.43 51 | }, { 52 | "hex": "#902A34", 53 | "percent": 0.13 54 | }, { 55 | "hex": "#DD4D68", 56 | "percent": 0.11 57 | }] 58 | }, { 59 | "name": "Andorra", 60 | "colors": [{ 61 | "hex": "#D0103A", 62 | "percent": 31.49 63 | }, { 64 | "hex": "#0018A8", 65 | "percent": 31.47 66 | }, { 67 | "hex": "#FDDE00", 68 | "percent": 26.23 69 | }, { 70 | "hex": "#BBA373", 71 | "percent": 6.62 72 | }, { 73 | "hex": "#D9422D", 74 | "percent": 2.22 75 | }, { 76 | "hex": "#DFA41B", 77 | "percent": 0.79 78 | }] 79 | }, { 80 | "name": "Angola", 81 | "colors": [{ 82 | "hex": "#CE1126", 83 | "percent": 47.95 84 | }, { 85 | "hex": "#000000", 86 | "percent": 46.69 87 | }, { 88 | "hex": "#F7D416", 89 | "percent": 4.17 90 | }, { 91 | "hex": "#97820D", 92 | "percent": 0.61 93 | }, { 94 | "hex": "#544807", 95 | "percent": 0.31 96 | }, { 97 | "hex": "#E3711E", 98 | "percent": 0.27 99 | }] 100 | }, { 101 | "name": "Antigua and Barbuda", 102 | "colors": [{ 103 | "hex": "#CE1126", 104 | "percent": 49.37 105 | }, { 106 | "hex": "#000000", 107 | "percent": 24.83 108 | }, { 109 | "hex": "#0072C6", 110 | "percent": 10.92 111 | }, { 112 | "hex": "#FFFFFF", 113 | "percent": 7.34 114 | }, { 115 | "hex": "#FBD116", 116 | "percent": 5.14 117 | }, { 118 | "hex": "#952D54", 119 | "percent": 0.13 120 | }] 121 | }, { 122 | "name": "Argentina", 123 | "colors": [{ 124 | "hex": "#74ACDF", 125 | "percent": 66 126 | }, { 127 | "hex": "#FFFFFF", 128 | "percent": 28.63 129 | }, { 130 | "hex": "#D1E3F4", 131 | "percent": 2.46 132 | }, { 133 | "hex": "#D7A454", 134 | "percent": 1.71 135 | }, { 136 | "hex": "#DBB892", 137 | "percent": 0.79 138 | }, { 139 | "hex": "#F3B10E", 140 | "percent": 0.41 141 | }] 142 | }, { 143 | "name": "Armenia", 144 | "colors": [{ 145 | "hex": "#F2A800", 146 | "percent": 33 147 | }, { 148 | "hex": "#D90012", 149 | "percent": 33 150 | }, { 151 | "hex": "#0033A0", 152 | "percent": 32 153 | }, { 154 | "hex": "#50596B", 155 | "percent": 1 156 | }, { 157 | "hex": "#482271", 158 | "percent": 1 159 | }] 160 | }, { 161 | "name": "Australia", 162 | "colors": [{ 163 | "hex": "#00008B", 164 | "percent": 77.34 165 | }, { 166 | "hex": "#FEFEFE", 167 | "percent": 9.37 168 | }, { 169 | "hex": "#FF0101", 170 | "percent": 8.79 171 | }, { 172 | "hex": "#5656B3", 173 | "percent": 1.68 174 | }, { 175 | "hex": "#D3D3EB", 176 | "percent": 1.03 177 | }, { 178 | "hex": "#27279D", 179 | "percent": 0.45 180 | }] 181 | }, { 182 | "name": "Austria", 183 | "colors": [{ 184 | "hex": "#ED2939", 185 | "percent": 66 186 | }, { 187 | "hex": "#FFFFFF", 188 | "percent": 32 189 | }, { 190 | "hex": "#F9B9BE", 191 | "percent": 2 192 | }] 193 | }, { 194 | "name": "Azerbaijan", 195 | "colors": [{ 196 | "hex": "#00B9E4", 197 | "percent": 33 198 | }, { 199 | "hex": "#3F9C35", 200 | "percent": 33 201 | }, { 202 | "hex": "#ED2939", 203 | "percent": 30.06 204 | }, { 205 | "hex": "#9E5972", 206 | "percent": 1 207 | }, { 208 | "hex": "#B44E37", 209 | "percent": 1 210 | }, { 211 | "hex": "#F36B76", 212 | "percent": 0.27 213 | }] 214 | }, { 215 | "name": "the Bahamas", 216 | "colors": [{ 217 | "hex": "#00ABC9", 218 | "percent": 56.44 219 | }, { 220 | "hex": "#000000", 221 | "percent": 21.4 222 | }, { 223 | "hex": "#FAE042", 224 | "percent": 20.27 225 | }, { 226 | "hex": "#A8CE6E", 227 | "percent": 1.41 228 | }, { 229 | "hex": "#A9972D", 230 | "percent": 0.08 231 | }, { 232 | "hex": "#62581A", 233 | "percent": 0.06 234 | }] 235 | }, { 236 | "name": "Bahrain", 237 | "colors": [{ 238 | "hex": "#CE1126", 239 | "percent": 67.28 240 | }, { 241 | "hex": "#FFFFFF", 242 | "percent": 31.8 243 | }, { 244 | "hex": "#E78893", 245 | "percent": 0.52 246 | }, { 247 | "hex": "#F5CDD2", 248 | "percent": 0.22 249 | }, { 250 | "hex": "#DB5060", 251 | "percent": 0.18 252 | }] 253 | }, { 254 | "name": "Bangladesh", 255 | "colors": [{ 256 | "hex": "#006A4E", 257 | "percent": 78.84 258 | }, { 259 | "hex": "#F42A41", 260 | "percent": 20.63 261 | }, { 262 | "hex": "#6C4E48", 263 | "percent": 0.3 264 | }, { 265 | "hex": "#A24045", 266 | "percent": 0.23 267 | }] 268 | }, { 269 | "name": "Barbados", 270 | "colors": [{ 271 | "hex": "#00267F", 272 | "percent": 66.67 273 | }, { 274 | "hex": "#FFC726", 275 | "percent": 29.22 276 | }, { 277 | "hex": "#010100", 278 | "percent": 3.33 279 | }, { 280 | "hex": "#6A5310", 281 | "percent": 0.78 282 | }] 283 | }, { 284 | "name": "Belarus", 285 | "colors": [{ 286 | "hex": "#C8313E", 287 | "percent": 61.88 288 | }, { 289 | "hex": "#4AA657", 290 | "percent": 29.21 291 | }, { 292 | "hex": "#FEFAFA", 293 | "percent": 2.87 294 | }, { 295 | "hex": "#E9ADB2", 296 | "percent": 2.73 297 | }, { 298 | "hex": "#D35B65", 299 | "percent": 2.27 300 | }, { 301 | "hex": "#9E5846", 302 | "percent": 0.89 303 | }] 304 | }, { 305 | "name": "Belgium", 306 | "colors": [{ 307 | "hex": "#000000", 308 | "percent": 33.33 309 | }, { 310 | "hex": "#ED2939", 311 | "percent": 33.33 312 | }, { 313 | "hex": "#FAE042", 314 | "percent": 33.33 315 | }] 316 | }, { 317 | "name": "Belize", 318 | "colors": [{ 319 | "hex": "#003F87", 320 | "percent": 53.53 321 | }, { 322 | "hex": "#CE1126", 323 | "percent": 14.07 324 | }, { 325 | "hex": "#D5DBD6", 326 | "percent": 4.64 327 | }, { 328 | "hex": "#2A9104", 329 | "percent": 4.33 330 | }, { 331 | "hex": "#63A55C", 332 | "percent": 1.39 333 | }, { 334 | "hex": "#D0AF4C", 335 | "percent": 1.25 336 | }] 337 | }, { 338 | "name": "Benin", 339 | "colors": [{ 340 | "hex": "#008751", 341 | "percent": 40 342 | }, { 343 | "hex": "#FCD116", 344 | "percent": 30 345 | }, { 346 | "hex": "#E8112D", 347 | "percent": 30 348 | }] 349 | }, { 350 | "name": "Bhutan", 351 | "colors": [{ 352 | "hex": "#FFD520", 353 | "percent": 43.25 354 | }, { 355 | "hex": "#FF4E12", 356 | "percent": 39.98 357 | }, { 358 | "hex": "#F3F3F3", 359 | "percent": 12.35 360 | }, { 361 | "hex": "#D4B8AD", 362 | "percent": 2.53 363 | }, { 364 | "hex": "#E6734C", 365 | "percent": 1.07 366 | }, { 367 | "hex": "#E5CC5D", 368 | "percent": 0.78 369 | }] 370 | }, { 371 | "name": "Bolivia", 372 | "colors": [{ 373 | "hex": "#D52B1E", 374 | "percent": 34.16 375 | }, { 376 | "hex": "#007934", 377 | "percent": 33.24 378 | }, { 379 | "hex": "#FFE000", 380 | "percent": 28.15 381 | }, { 382 | "hex": "#F0A40A", 383 | "percent": 1.59 384 | }, { 385 | "hex": "#ABBE11", 386 | "percent": 1.12 387 | }, { 388 | "hex": "#A46021", 389 | "percent": 0.24 390 | }] 391 | }, { 392 | "name": "Bosnia and Herzegovina", 393 | "colors": [{ 394 | "hex": "#002395", 395 | "percent": 70.1 396 | }, { 397 | "hex": "#FECB00", 398 | "percent": 24.75 399 | }, { 400 | "hex": "#FDFDFE", 401 | "percent": 3.16 402 | }, { 403 | "hex": "#97A6D4", 404 | "percent": 0.76 405 | }, { 406 | "hex": "#7F774A", 407 | "percent": 0.51 408 | }, { 409 | "hex": "#6177BD", 410 | "percent": 0.49 411 | }] 412 | }, { 413 | "name": "Botswana", 414 | "colors": [{ 415 | "hex": "#75AADB", 416 | "percent": 74 417 | }, { 418 | "hex": "#000000", 419 | "percent": 16 420 | }, { 421 | "hex": "#FFFFFF", 422 | "percent": 6 423 | }, { 424 | "hex": "#AAAAAA", 425 | "percent": 2 426 | }, { 427 | "hex": "#BAD5ED", 428 | "percent": 2 429 | }] 430 | }, { 431 | "name": "Brazil", 432 | "colors": [{ 433 | "hex": "#009B3A", 434 | "percent": 68.17 435 | }, { 436 | "hex": "#FDDF00", 437 | "percent": 17.08 438 | }, { 439 | "hex": "#012876", 440 | "percent": 11.44 441 | }, { 442 | "hex": "#61B125", 443 | "percent": 0.43 444 | }, { 445 | "hex": "#304F90", 446 | "percent": 0.41 447 | }, { 448 | "hex": "#6FC790", 449 | "percent": 0.22 450 | }] 451 | }, { 452 | "name": "Brunei", 453 | "colors": [{ 454 | "hex": "#F7E017", 455 | "percent": 53.66 456 | }, { 457 | "hex": "#FFFFFF", 458 | "percent": 20.42 459 | }, { 460 | "hex": "#010000", 461 | "percent": 16.61 462 | }, { 463 | "hex": "#CF1226", 464 | "percent": 4.35 465 | }, { 466 | "hex": "#E2751F", 467 | "percent": 1.13 468 | }, { 469 | "hex": "#DE5A68", 470 | "percent": 0.85 471 | }] 472 | }, { 473 | "name": "Bulgaria", 474 | "colors": [{ 475 | "hex": "#FFFFFF", 476 | "percent": 33 477 | }, { 478 | "hex": "#D62612", 479 | "percent": 33 480 | }, { 481 | "hex": "#00966E", 482 | "percent": 32 483 | }, { 484 | "hex": "#47714F", 485 | "percent": 1 486 | }, { 487 | "hex": "#54B99E", 488 | "percent": 1 489 | }] 490 | }, { 491 | "name": "Burkina Faso", 492 | "colors": [{ 493 | "hex": "#009E49", 494 | "percent": 49.01 495 | }, { 496 | "hex": "#EF2B2D", 497 | "percent": 48.89 498 | }, { 499 | "hex": "#FCD116", 500 | "percent": 1.89 501 | }, { 502 | "hex": "#F89B1D", 503 | "percent": 0.11 504 | }, { 505 | "hex": "#8EBB2C", 506 | "percent": 0.11 507 | }] 508 | }, { 509 | "name": "Burundi", 510 | "colors": [{ 511 | "hex": "#1EB53A", 512 | "percent": 33.57 513 | }, { 514 | "hex": "#FFFFFF", 515 | "percent": 32.79 516 | }, { 517 | "hex": "#CE1126", 518 | "percent": 30.27 519 | }, { 520 | "hex": "#D8EEDA", 521 | "percent": 1.25 522 | }, { 523 | "hex": "#5CC870", 524 | "percent": 0.71 525 | }, { 526 | "hex": "#DD5867", 527 | "percent": 0.42 528 | }] 529 | }, { 530 | "name": "Cambodia", 531 | "colors": [{ 532 | "hex": "#032EA1", 533 | "percent": 50 534 | }, { 535 | "hex": "#E00025", 536 | "percent": 39.82 537 | }, { 538 | "hex": "#A49FA0", 539 | "percent": 4.6 540 | }, { 541 | "hex": "#767273", 542 | "percent": 0.56 543 | }, { 544 | "hex": "#A05964", 545 | "percent": 0.25 546 | }, { 547 | "hex": "#752A37", 548 | "percent": 0.12 549 | }] 550 | }, { 551 | "name": "Cameroon", 552 | "colors": [{ 553 | "hex": "#FCD116", 554 | "percent": 34.59 555 | }, { 556 | "hex": "#007A5E", 557 | "percent": 33.33 558 | }, { 559 | "hex": "#CE1126", 560 | "percent": 31.91 561 | }, { 562 | "hex": "#E6761E", 563 | "percent": 0.17 564 | }] 565 | }, { 566 | "name": "Canada", 567 | "colors": [{ 568 | "hex": "#FF0000", 569 | "percent": 63.02 570 | }, { 571 | "hex": "#FFFFFF", 572 | "percent": 35.58 573 | }, { 574 | "hex": "#FFD0D0", 575 | "percent": 0.48 576 | }, { 577 | "hex": "#FF9191", 578 | "percent": 0.45 579 | }, { 580 | "hex": "#FF2C2C", 581 | "percent": 0.3 582 | }, { 583 | "hex": "#FF5050", 584 | "percent": 0.19 585 | }] 586 | }, { 587 | "name": "Cape Verde", 588 | "colors": [{ 589 | "hex": "#003893", 590 | "percent": 73.59 591 | }, { 592 | "hex": "#FFFFFF", 593 | "percent": 15.1 594 | }, { 595 | "hex": "#CF2027", 596 | "percent": 7 597 | }, { 598 | "hex": "#DF696E", 599 | "percent": 1.99 600 | }, { 601 | "hex": "#F5D017", 602 | "percent": 1.21 603 | }, { 604 | "hex": "#B5A838", 605 | "percent": 0.3 606 | }] 607 | }, { 608 | "name": "Central African Republic", 609 | "colors": [{ 610 | "hex": "#FFCE00", 611 | "percent": 21.43 612 | }, { 613 | "hex": "#FFFFFF", 614 | "percent": 20.67 615 | }, { 616 | "hex": "#289728", 617 | "percent": 20.67 618 | }, { 619 | "hex": "#003082", 620 | "percent": 19.55 621 | }, { 622 | "hex": "#D21034", 623 | "percent": 16 624 | }, { 625 | "hex": "#CDAF1A", 626 | "percent": 0.13 627 | }] 628 | }, { 629 | "name": "Chad", 630 | "colors": [{ 631 | "hex": "#FECB00", 632 | "percent": 33.33 633 | }, { 634 | "hex": "#002664", 635 | "percent": 33.33 636 | }, { 637 | "hex": "#C60C30", 638 | "percent": 33.33 639 | }] 640 | }, { 641 | "name": "Chile", 642 | "colors": [{ 643 | "hex": "#D52B1E", 644 | "percent": 50 645 | }, { 646 | "hex": "#FFFFFF", 647 | "percent": 34.45 648 | }, { 649 | "hex": "#0039A6", 650 | "percent": 15.3 651 | }, { 652 | "hex": "#3663B9", 653 | "percent": 0.13 654 | }, { 655 | "hex": "#A3B8DF", 656 | "percent": 0.09 657 | }, { 658 | "hex": "#6A8CCB", 659 | "percent": 0.03 660 | }] 661 | }, { 662 | "name": "China", 663 | "colors": [{ 664 | "hex": "#DE2910", 665 | "percent": 97.09 666 | }, { 667 | "hex": "#FFDC00", 668 | "percent": 2.46 669 | }, { 670 | "hex": "#EB6F0A", 671 | "percent": 0.45 672 | }] 673 | }, { 674 | "name": "Colombia", 675 | "colors": [{ 676 | "hex": "#FCD116", 677 | "percent": 50 678 | }, { 679 | "hex": "#003893", 680 | "percent": 25 681 | }, { 682 | "hex": "#CE1126", 683 | "percent": 25 684 | }] 685 | }, { 686 | "name": "Comoros", 687 | "colors": [{ 688 | "hex": "#3A75C4", 689 | "percent": 21.86 690 | }, { 691 | "hex": "#FFC61E", 692 | "percent": 21.81 693 | }, { 694 | "hex": "#3D8E33", 695 | "percent": 21.09 696 | }, { 697 | "hex": "#FFFFFF", 698 | "percent": 18.18 699 | }, { 700 | "hex": "#CE1126", 701 | "percent": 15.59 702 | }, { 703 | "hex": "#709D2E", 704 | "percent": 0.06 705 | }] 706 | }, { 707 | "name": "Democratic Republic of the Congo", 708 | "colors": [{ 709 | "hex": "#007FFF", 710 | "percent": 65.81 711 | }, { 712 | "hex": "#CE1021", 713 | "percent": 19.52 714 | }, { 715 | "hex": "#F7D518", 716 | "percent": 11.62 717 | }, { 718 | "hex": "#539CB2", 719 | "percent": 1.25 720 | }, { 721 | "hex": "#E16C1D", 722 | "percent": 0.95 723 | }, { 724 | "hex": "#B1BD59", 725 | "percent": 0.84 726 | }] 727 | }, { 728 | "name": "Congo", 729 | "colors": [{ 730 | "hex": "#009543", 731 | "percent": 33 732 | }, { 733 | "hex": "#DC241F", 734 | "percent": 33 735 | }, { 736 | "hex": "#FBDE4A", 737 | "percent": 32.67 738 | }, { 739 | "hex": "#EC8134", 740 | "percent": 0.67 741 | }, { 742 | "hex": "#7DBA47", 743 | "percent": 0.67 744 | }] 745 | }, { 746 | "name": "Costa Rica", 747 | "colors": [{ 748 | "hex": "#002B7F", 749 | "percent": 32 750 | }, { 751 | "hex": "#FFFFFF", 752 | "percent": 32 753 | }, { 754 | "hex": "#CE1126", 755 | "percent": 32 756 | }, { 757 | "hex": "#5572AA", 758 | "percent": 2 759 | }, { 760 | "hex": "#DE5F6D", 761 | "percent": 2 762 | }] 763 | }, { 764 | "name": "Croatia", 765 | "colors": [{ 766 | "hex": "#FF0000", 767 | "percent": 32.58 768 | }, { 769 | "hex": "#171796", 770 | "percent": 32.49 771 | }, { 772 | "hex": "#FFFFFF", 773 | "percent": 28.63 774 | }, { 775 | "hex": "#FD7071", 776 | "percent": 1.19 777 | }, { 778 | "hex": "#B3B3DC", 779 | "percent": 1.02 780 | }, { 781 | "hex": "#9C2639", 782 | "percent": 0.13 783 | }] 784 | }, { 785 | "name": "Cuba", 786 | "colors": [{ 787 | "hex": "#002A8F", 788 | "percent": 48.48 789 | }, { 790 | "hex": "#FFFFFF", 791 | "percent": 30.63 792 | }, { 793 | "hex": "#CF142B", 794 | "percent": 19.92 795 | }, { 796 | "hex": "#302578", 797 | "percent": 0.23 798 | }, { 799 | "hex": "#E16B79", 800 | "percent": 0.17 801 | }, { 802 | "hex": "#DA495B", 803 | "percent": 0.17 804 | }] 805 | }, { 806 | "name": "Cyprus", 807 | "colors": [{ 808 | "hex": "#FFFFFF", 809 | "percent": 88.06 810 | }, { 811 | "hex": "#D47600", 812 | "percent": 8.13 813 | }, { 814 | "hex": "#F0E6D6", 815 | "percent": 1.05 816 | }, { 817 | "hex": "#475429", 818 | "percent": 0.67 819 | }, { 820 | "hex": "#E4A85D", 821 | "percent": 0.35 822 | }, { 823 | "hex": "#DC8E2D", 824 | "percent": 0.25 825 | }] 826 | }, { 827 | "name": "Czech Republic", 828 | "colors": [{ 829 | "hex": "#FFFFFF", 830 | "percent": 37.33 831 | }, { 832 | "hex": "#D7141A", 833 | "percent": 37.33 834 | }, { 835 | "hex": "#11457E", 836 | "percent": 24.67 837 | }, { 838 | "hex": "#B0C1D4", 839 | "percent": 0.17 840 | }, { 841 | "hex": "#6083A9", 842 | "percent": 0.17 843 | }, { 844 | "hex": "#95243B", 845 | "percent": 0.17 846 | }] 847 | }, { 848 | "name": "Denmark", 849 | "colors": [{ 850 | "hex": "#C60C30", 851 | "percent": 76.86 852 | }, { 853 | "hex": "#FFFFFF", 854 | "percent": 23.12 855 | }, { 856 | "hex": "#D8576F", 857 | "percent": 0.02 858 | }] 859 | }, { 860 | "name": "Djibouti", 861 | "colors": [{ 862 | "hex": "#6AB2E7", 863 | "percent": 35.61 864 | }, { 865 | "hex": "#12AD2B", 866 | "percent": 35.44 867 | }, { 868 | "hex": "#FFFFFF", 869 | "percent": 27.09 870 | }, { 871 | "hex": "#D7141A", 872 | "percent": 1.24 873 | }, { 874 | "hex": "#E45F63", 875 | "percent": 0.17 876 | }, { 877 | "hex": "#5DC76E", 878 | "percent": 0.11 879 | }] 880 | }, { 881 | "name": "Dominica", 882 | "colors": [{ 883 | "hex": "#000000", 884 | "percent": 8 885 | }, { 886 | "hex": "#D31C30", 887 | "percent": 7.49 888 | }, { 889 | "hex": "#FCD116", 890 | "percent": 7.18 891 | }, { 892 | "hex": "#D4AD13", 893 | "percent": 1.12 894 | }, { 895 | "hex": "#80B59F", 896 | "percent": 1.06 897 | }, { 898 | "hex": "#7E9E2A", 899 | "percent": 1.06 900 | }] 901 | }, { 902 | "name": "Dominican Republic", 903 | "colors": [{ 904 | "hex": "#CE1126", 905 | "percent": 34.8 906 | }, { 907 | "hex": "#002D62", 908 | "percent": 34.77 909 | }, { 910 | "hex": "#FFFFFF", 911 | "percent": 28.84 912 | }, { 913 | "hex": "#358F49", 914 | "percent": 0.17 915 | }, { 916 | "hex": "#9E2228", 917 | "percent": 0.12 918 | }, { 919 | "hex": "#0D7720", 920 | "percent": 0.09 921 | }] 922 | }, { 923 | "name": "Timor-Leste", 924 | "colors": [{ 925 | "hex": "#DC241F", 926 | "percent": 75 927 | }, { 928 | "hex": "#000000", 929 | "percent": 14.35 930 | }, { 931 | "hex": "#FFC726", 932 | "percent": 8.08 933 | }, { 934 | "hex": "#5D490E", 935 | "percent": 0.17 936 | }, { 937 | "hex": "#A17E18", 938 | "percent": 0.16 939 | }, { 940 | "hex": "#D2A41F", 941 | "percent": 0.09 942 | }] 943 | }, { 944 | "name": "Ecuador", 945 | "colors": [{ 946 | "hex": "#FFDD00", 947 | "percent": 46.95 948 | }, { 949 | "hex": "#ED1C24", 950 | "percent": 25.45 951 | }, { 952 | "hex": "#034EA2", 953 | "percent": 21.57 954 | }, { 955 | "hex": "#483220", 956 | "percent": 1.03 957 | }, { 958 | "hex": "#42AAC9", 959 | "percent": 0.34 960 | }, { 961 | "hex": "#4D9332", 962 | "percent": 0.33 963 | }] 964 | }, { 965 | "name": "Egypt", 966 | "colors": [{ 967 | "hex": "#000000", 968 | "percent": 33 969 | }, { 970 | "hex": "#CE1126", 971 | "percent": 33 972 | }, { 973 | "hex": "#FFFFFF", 974 | "percent": 28.39 975 | }, { 976 | "hex": "#E4D091", 977 | "percent": 2.16 978 | }, { 979 | "hex": "#EFB0B7", 980 | "percent": 1 981 | }, { 982 | "hex": "#C29608", 983 | "percent": 0.78 984 | }] 985 | }, { 986 | "name": "El Salvador", 987 | "colors": [{ 988 | "hex": "#0F47AF", 989 | "percent": 66.21 990 | }, { 991 | "hex": "#FFFFFF", 992 | "percent": 29.85 993 | }, { 994 | "hex": "#B0C2E5", 995 | "percent": 2.21 996 | }, { 997 | "hex": "#C1B11D", 998 | "percent": 0.12 999 | }, { 1000 | "hex": "#258795", 1001 | "percent": 0.08 1002 | }, { 1003 | "hex": "#E27C77", 1004 | "percent": 0.04 1005 | }] 1006 | }, { 1007 | "name": "Equatorial Guinea", 1008 | "colors": [{ 1009 | "hex": "#3E9A00", 1010 | "percent": 30.22 1011 | }, { 1012 | "hex": "#E32118", 1013 | "percent": 30.22 1014 | }, { 1015 | "hex": "#FFFFFF", 1016 | "percent": 22.73 1017 | }, { 1018 | "hex": "#0073CE", 1019 | "percent": 12.23 1020 | }, { 1021 | "hex": "#D2D2D1", 1022 | "percent": 2.29 1023 | }, { 1024 | "hex": "#3893BA", 1025 | "percent": 0.09 1026 | }] 1027 | }, { 1028 | "name": "Eritrea", 1029 | "colors": [{ 1030 | "hex": "#EA0437", 1031 | "percent": 41.72 1032 | }, { 1033 | "hex": "#12AD2B", 1034 | "percent": 24.75 1035 | }, { 1036 | "hex": "#4189DD", 1037 | "percent": 24.75 1038 | }, { 1039 | "hex": "#F25130", 1040 | "percent": 1.57 1041 | }, { 1042 | "hex": "#F9902B", 1043 | "percent": 1.25 1044 | }, { 1045 | "hex": "#A63979", 1046 | "percent": 0.25 1047 | }] 1048 | }, { 1049 | "name": "Estonia", 1050 | "colors": [{ 1051 | "hex": "#FFFFFF", 1052 | "percent": 33 1053 | }, { 1054 | "hex": "#4891D9", 1055 | "percent": 33 1056 | }, { 1057 | "hex": "#000000", 1058 | "percent": 32 1059 | }, { 1060 | "hex": "#545454", 1061 | "percent": 1 1062 | }, { 1063 | "hex": "#183048", 1064 | "percent": 1 1065 | }] 1066 | }, { 1067 | "name": "Ethiopia", 1068 | "colors": [{ 1069 | "hex": "#078930", 1070 | "percent": 29.6 1071 | }, { 1072 | "hex": "#DA121A", 1073 | "percent": 29.59 1074 | }, { 1075 | "hex": "#FBDD09", 1076 | "percent": 23.04 1077 | }, { 1078 | "hex": "#0F47AF", 1079 | "percent": 13.56 1080 | }, { 1081 | "hex": "#D7C623", 1082 | "percent": 0.71 1083 | }, { 1084 | "hex": "#A12144", 1085 | "percent": 0.08 1086 | }] 1087 | }, { 1088 | "name": "Fiji", 1089 | "colors": [{ 1090 | "hex": "#68BFE5", 1091 | "percent": 64.99 1092 | }, { 1093 | "hex": "#CF1129", 1094 | "percent": 11.92 1095 | }, { 1096 | "hex": "#FEFEFE", 1097 | "percent": 9.24 1098 | }, { 1099 | "hex": "#DFD1D5", 1100 | "percent": 1.57 1101 | }, { 1102 | "hex": "#4E6D94", 1103 | "percent": 1.34 1104 | }, { 1105 | "hex": "#B4962A", 1106 | "percent": 0.09 1107 | }] 1108 | }, { 1109 | "name": "Finland", 1110 | "colors": [{ 1111 | "hex": "#FFFFFF", 1112 | "percent": 59.71 1113 | }, { 1114 | "hex": "#003580", 1115 | "percent": 38.2 1116 | }, { 1117 | "hex": "#5C7EAE", 1118 | "percent": 1.66 1119 | }, { 1120 | "hex": "#8DA5C6", 1121 | "percent": 0.44 1122 | }] 1123 | }, { 1124 | "name": "France", 1125 | "colors": [{ 1126 | "hex": "#FFFFFF", 1127 | "percent": 33.33 1128 | }, { 1129 | "hex": "#002395", 1130 | "percent": 33.33 1131 | }, { 1132 | "hex": "#ED2939", 1133 | "percent": 33.33 1134 | }] 1135 | }, { 1136 | "name": "Gabon", 1137 | "colors": [{ 1138 | "hex": "#009E60", 1139 | "percent": 33 1140 | }, { 1141 | "hex": "#3A75C4", 1142 | "percent": 33 1143 | }, { 1144 | "hex": "#FCD116", 1145 | "percent": 32 1146 | }, { 1147 | "hex": "#BCB350", 1148 | "percent": 1 1149 | }, { 1150 | "hex": "#A8C02F", 1151 | "percent": 1 1152 | }] 1153 | }, { 1154 | "name": "the Gambia", 1155 | "colors": [{ 1156 | "hex": "#CE1126", 1157 | "percent": 33 1158 | }, { 1159 | "hex": "#3A7728", 1160 | "percent": 33 1161 | }, { 1162 | "hex": "#0C1C8C", 1163 | "percent": 22 1164 | }, { 1165 | "hex": "#FFFFFF", 1166 | "percent": 10 1167 | }, { 1168 | "hex": "#BDD2B7", 1169 | "percent": 1 1170 | }, { 1171 | "hex": "#D0C2D7", 1172 | "percent": 1 1173 | }] 1174 | }, { 1175 | "name": "Georgia", 1176 | "colors": [{ 1177 | "hex": "#FFFFFF", 1178 | "percent": 63.35 1179 | }, { 1180 | "hex": "#FF0000", 1181 | "percent": 34.88 1182 | }, { 1183 | "hex": "#FF8E8E", 1184 | "percent": 0.93 1185 | }, { 1186 | "hex": "#FF2E2E", 1187 | "percent": 0.6 1188 | }, { 1189 | "hex": "#FFD4D4", 1190 | "percent": 0.24 1191 | }] 1192 | }, { 1193 | "name": "Germany", 1194 | "colors": [{ 1195 | "hex": "#FFCE00", 1196 | "percent": 33 1197 | }, { 1198 | "hex": "#000000", 1199 | "percent": 33 1200 | }, { 1201 | "hex": "#DD0000", 1202 | "percent": 32 1203 | }, { 1204 | "hex": "#E84500", 1205 | "percent": 1 1206 | }, { 1207 | "hex": "#930000", 1208 | "percent": 1 1209 | }] 1210 | }, { 1211 | "name": "Ghana", 1212 | "colors": [{ 1213 | "hex": "#006B3F", 1214 | "percent": 33 1215 | }, { 1216 | "hex": "#CE1126", 1217 | "percent": 33 1218 | }, { 1219 | "hex": "#FCD116", 1220 | "percent": 29.18 1221 | }, { 1222 | "hex": "#ED911C", 1223 | "percent": 1.13 1224 | }, { 1225 | "hex": "#A9AF24", 1226 | "percent": 1.04 1227 | }, { 1228 | "hex": "#8C750C", 1229 | "percent": 0.13 1230 | }] 1231 | }, { 1232 | "name": "Greece", 1233 | "colors": [{ 1234 | "hex": "#0D5EAF", 1235 | "percent": 52.89 1236 | }, { 1237 | "hex": "#FFFFFF", 1238 | "percent": 41.49 1239 | }, { 1240 | "hex": "#79A6D3", 1241 | "percent": 2.27 1242 | }, { 1243 | "hex": "#AEC9E4", 1244 | "percent": 1.71 1245 | }, { 1246 | "hex": "#4382C1", 1247 | "percent": 1.63 1248 | }] 1249 | }, { 1250 | "name": "Grenada", 1251 | "colors": [{ 1252 | "hex": "#CE1126", 1253 | "percent": 39.96 1254 | }, { 1255 | "hex": "#FCD116", 1256 | "percent": 30.65 1257 | }, { 1258 | "hex": "#007A5E", 1259 | "percent": 27.75 1260 | }, { 1261 | "hex": "#DD6221", 1262 | "percent": 0.78 1263 | }, { 1264 | "hex": "#78A43C", 1265 | "percent": 0.62 1266 | }, { 1267 | "hex": "#992C34", 1268 | "percent": 0.02 1269 | }] 1270 | }, { 1271 | "name": "Guatemala", 1272 | "colors": [{ 1273 | "hex": "#4997D0", 1274 | "percent": 66.25 1275 | }, { 1276 | "hex": "#FFFFFF", 1277 | "percent": 28.57 1278 | }, { 1279 | "hex": "#C3DDF0", 1280 | "percent": 1.93 1281 | }, { 1282 | "hex": "#EAD98C", 1283 | "percent": 0.82 1284 | }, { 1285 | "hex": "#6B5032", 1286 | "percent": 0.21 1287 | }, { 1288 | "hex": "#C8AD4E", 1289 | "percent": 0.06 1290 | }] 1291 | }, { 1292 | "name": "Guinea", 1293 | "colors": [{ 1294 | "hex": "#009460", 1295 | "percent": 33.33 1296 | }, { 1297 | "hex": "#CE1126", 1298 | "percent": 33.33 1299 | }, { 1300 | "hex": "#FCD116", 1301 | "percent": 33.33 1302 | }] 1303 | }, { 1304 | "name": "Guinea-Bissau", 1305 | "colors": [{ 1306 | "hex": "#009E49", 1307 | "percent": 33.25 1308 | }, { 1309 | "hex": "#FCD116", 1310 | "percent": 33.25 1311 | }, { 1312 | "hex": "#CE1126", 1313 | "percent": 31.42 1314 | }, { 1315 | "hex": "#764D35", 1316 | "percent": 0.25 1317 | }, { 1318 | "hex": "#E2631F", 1319 | "percent": 0.25 1320 | }, { 1321 | "hex": "#50070F", 1322 | "percent": 0.22 1323 | }] 1324 | }, { 1325 | "name": "Guyana", 1326 | "colors": [{ 1327 | "hex": "#009E49", 1328 | "percent": 49.23 1329 | }, { 1330 | "hex": "#CE1126", 1331 | "percent": 19.43 1332 | }, { 1333 | "hex": "#FCD116", 1334 | "percent": 16.25 1335 | }, { 1336 | "hex": "#FEFEFD", 1337 | "percent": 6.5 1338 | }, { 1339 | "hex": "#46B97B", 1340 | "percent": 0.82 1341 | }, { 1342 | "hex": "#6B5E24", 1343 | "percent": 0.21 1344 | }] 1345 | }, { 1346 | "name": "Haiti", 1347 | "colors": [{ 1348 | "hex": "#00209F", 1349 | "percent": 47.53 1350 | }, { 1351 | "hex": "#D21034", 1352 | "percent": 47.53 1353 | }, { 1354 | "hex": "#1D6D1F", 1355 | "percent": 0.41 1356 | }, { 1357 | "hex": "#A56A25", 1358 | "percent": 0.29 1359 | }, { 1360 | "hex": "#BD9B3F", 1361 | "percent": 0.28 1362 | }, { 1363 | "hex": "#D0504D", 1364 | "percent": 0.14 1365 | }] 1366 | }, { 1367 | "name": "Honduras", 1368 | "colors": [{ 1369 | "hex": "#0073CF", 1370 | "percent": 66.55 1371 | }, { 1372 | "hex": "#FFFFFF", 1373 | "percent": 30.76 1374 | }, { 1375 | "hex": "#AAD0EF", 1376 | "percent": 2.32 1377 | }, { 1378 | "hex": "#55A2DF", 1379 | "percent": 0.38 1380 | }] 1381 | }, { 1382 | "name": "Hungary", 1383 | "colors": [{ 1384 | "hex": "#436F4D", 1385 | "percent": 33 1386 | }, { 1387 | "hex": "#CD2A3E", 1388 | "percent": 33 1389 | }, { 1390 | "hex": "#FFFFFF", 1391 | "percent": 32 1392 | }, { 1393 | "hex": "#C1D0C4", 1394 | "percent": 1 1395 | }, { 1396 | "hex": "#EEB8BF", 1397 | "percent": 1 1398 | }] 1399 | }, { 1400 | "name": "Iceland", 1401 | "colors": [{ 1402 | "hex": "#003897", 1403 | "percent": 65.64 1404 | }, { 1405 | "hex": "#D72828", 1406 | "percent": 16.47 1407 | }, { 1408 | "hex": "#FFFFFF", 1409 | "percent": 14.75 1410 | }, { 1411 | "hex": "#EA8C8C", 1412 | "percent": 3.07 1413 | }, { 1414 | "hex": "#E05757", 1415 | "percent": 0.05 1416 | }, { 1417 | "hex": "#4971B5", 1418 | "percent": 0.01 1419 | }] 1420 | }, { 1421 | "name": "India", 1422 | "colors": [{ 1423 | "hex": "#FF9933", 1424 | "percent": 33 1425 | }, { 1426 | "hex": "#128807", 1427 | "percent": 33 1428 | }, { 1429 | "hex": "#FFFFFF", 1430 | "percent": 28.97 1431 | }, { 1432 | "hex": "#B0C07F", 1433 | "percent": 1 1434 | }, { 1435 | "hex": "#07078B", 1436 | "percent": 0.68 1437 | }, { 1438 | "hex": "#3A3AA3", 1439 | "percent": 0.47 1440 | }] 1441 | }, { 1442 | "name": "Indonesia", 1443 | "colors": [{ 1444 | "hex": "#FFFFFF", 1445 | "percent": 50 1446 | }, { 1447 | "hex": "#CE1126", 1448 | "percent": 50 1449 | }] 1450 | }, { 1451 | "name": "Iran", 1452 | "colors": [{ 1453 | "hex": "#FFFFFF", 1454 | "percent": 32.05 1455 | }, { 1456 | "hex": "#DA0101", 1457 | "percent": 29.91 1458 | }, { 1459 | "hex": "#239F40", 1460 | "percent": 28.42 1461 | }, { 1462 | "hex": "#B0DDBA", 1463 | "percent": 2.23 1464 | }, { 1465 | "hex": "#E96A6A", 1466 | "percent": 1.91 1467 | }, { 1468 | "hex": "#8ACC99", 1469 | "percent": 1.81 1470 | }] 1471 | }, { 1472 | "name": "Iraq", 1473 | "colors": [{ 1474 | "hex": "#000000", 1475 | "percent": 33 1476 | }, { 1477 | "hex": "#DCEDE5", 1478 | "percent": 30.53 1479 | }, { 1480 | "hex": "#14844C", 1481 | "percent": 1.85 1482 | }, { 1483 | "hex": "#E9949D", 1484 | "percent": 0.99 1485 | }, { 1486 | "hex": "#459E71", 1487 | "percent": 0.33 1488 | }, { 1489 | "hex": "#84BFA1", 1490 | "percent": 0.3 1491 | }] 1492 | }, { 1493 | "name": "Ireland", 1494 | "colors": [{ 1495 | "hex": "#FF883E", 1496 | "percent": 33.5 1497 | }, { 1498 | "hex": "#FFFFFF", 1499 | "percent": 33 1500 | }, { 1501 | "hex": "#169B62", 1502 | "percent": 33 1503 | }, { 1504 | "hex": "#7AC5A5", 1505 | "percent": 0.5 1506 | }] 1507 | }, { 1508 | "name": "Israel", 1509 | "colors": [{ 1510 | "hex": "#FFFFFF", 1511 | "percent": 63.14 1512 | }, { 1513 | "hex": "#0038B8", 1514 | "percent": 33.8 1515 | }, { 1516 | "hex": "#5F82D2", 1517 | "percent": 2.5 1518 | }, { 1519 | "hex": "#D8E1F4", 1520 | "percent": 0.41 1521 | }, { 1522 | "hex": "#88A2DE", 1523 | "percent": 0.14 1524 | }] 1525 | }, { 1526 | "name": "Italy", 1527 | "colors": [{ 1528 | "hex": "#FFFFFF", 1529 | "percent": 33.33 1530 | }, { 1531 | "hex": "#009246", 1532 | "percent": 33.33 1533 | }, { 1534 | "hex": "#CE2B37", 1535 | "percent": 33.33 1536 | }] 1537 | }, { 1538 | "name": "Ivory Coast", 1539 | "colors": [{ 1540 | "hex": "#FFFFFF", 1541 | "percent": 33.33 1542 | }, { 1543 | "hex": "#F77F00", 1544 | "percent": 33.33 1545 | }, { 1546 | "hex": "#009E60", 1547 | "percent": 33.33 1548 | }] 1549 | }, { 1550 | "name": "Jamaica", 1551 | "colors": [{ 1552 | "hex": "#000000", 1553 | "percent": 32.8 1554 | }, { 1555 | "hex": "#009B3A", 1556 | "percent": 32.8 1557 | }, { 1558 | "hex": "#FED100", 1559 | "percent": 32.76 1560 | }, { 1561 | "hex": "#8B7300", 1562 | "percent": 0.82 1563 | }, { 1564 | "hex": "#8AB91A", 1565 | "percent": 0.82 1566 | }] 1567 | }, { 1568 | "name": "Japan", 1569 | "colors": [{ 1570 | "hex": "#FFFFFF", 1571 | "percent": 80.82 1572 | }, { 1573 | "hex": "#BC002D", 1574 | "percent": 18.27 1575 | }, { 1576 | "hex": "#D14F6E", 1577 | "percent": 0.58 1578 | }, { 1579 | "hex": "#EDBBC7", 1580 | "percent": 0.22 1581 | }, { 1582 | "hex": "#DF869B", 1583 | "percent": 0.11 1584 | }] 1585 | }, { 1586 | "name": "Jordan", 1587 | "colors": [{ 1588 | "hex": "#007A3D", 1589 | "percent": 27.39 1590 | }, { 1591 | "hex": "#000000", 1592 | "percent": 27.39 1593 | }, { 1594 | "hex": "#CE1126", 1595 | "percent": 24.14 1596 | }, { 1597 | "hex": "#FFFFFF", 1598 | "percent": 18.66 1599 | }, { 1600 | "hex": "#D84857", 1601 | "percent": 0.27 1602 | }, { 1603 | "hex": "#972D2C", 1604 | "percent": 0.17 1605 | }] 1606 | }, { 1607 | "name": "Kazakhstan", 1608 | "colors": [{ 1609 | "hex": "#00AFCA", 1610 | "percent": 87.48 1611 | }, { 1612 | "hex": "#FAC50F", 1613 | "percent": 6.14 1614 | }, { 1615 | "hex": "#97BC59", 1616 | "percent": 3.56 1617 | }, { 1618 | "hex": "#2BB3AA", 1619 | "percent": 2.84 1620 | }] 1621 | }, { 1622 | "name": "Kenya", 1623 | "colors": [{ 1624 | "hex": "#000000", 1625 | "percent": 30.01 1626 | }, { 1627 | "hex": "#BB0000", 1628 | "percent": 29.39 1629 | }, { 1630 | "hex": "#006600", 1631 | "percent": 28.87 1632 | }, { 1633 | "hex": "#FFFFFF", 1634 | "percent": 9.73 1635 | }, { 1636 | "hex": "#D56262", 1637 | "percent": 0.89 1638 | }, { 1639 | "hex": "#E6A6A6", 1640 | "percent": 0.17 1641 | }] 1642 | }, { 1643 | "name": "Kiribati", 1644 | "colors": [{ 1645 | "hex": "#CE1126", 1646 | "percent": 45.71 1647 | }, { 1648 | "hex": "#FFFEFF", 1649 | "percent": 18.84 1650 | }, { 1651 | "hex": "#FACF15", 1652 | "percent": 5.61 1653 | }, { 1654 | "hex": "#D0DCE9", 1655 | "percent": 1.42 1656 | }, { 1657 | "hex": "#3768A1", 1658 | "percent": 1.42 1659 | }, { 1660 | "hex": "#8FABCA", 1661 | "percent": 1.28 1662 | }] 1663 | }, { 1664 | "name": "North Korea", 1665 | "colors": [{ 1666 | "hex": "#ED1C27", 1667 | "percent": 54.24 1668 | }, { 1669 | "hex": "#024FA2", 1670 | "percent": 32 1671 | }, { 1672 | "hex": "#FFFEFE", 1673 | "percent": 8.84 1674 | }, { 1675 | "hex": "#F5868C", 1676 | "percent": 2.34 1677 | }, { 1678 | "hex": "#568AC1", 1679 | "percent": 2 1680 | }, { 1681 | "hex": "#F14C55", 1682 | "percent": 0.35 1683 | }] 1684 | }, { 1685 | "name": "South Korea", 1686 | "colors": [{ 1687 | "hex": "#FFFFFF", 1688 | "percent": 76.15 1689 | }, { 1690 | "hex": "#013478", 1691 | "percent": 6.3 1692 | }, { 1693 | "hex": "#C60C30", 1694 | "percent": 6.28 1695 | }, { 1696 | "hex": "#030303", 1697 | "percent": 6.16 1698 | }, { 1699 | "hex": "#EED6DE", 1700 | "percent": 1.36 1701 | }, { 1702 | "hex": "#303030", 1703 | "percent": 1.21 1704 | }] 1705 | }, { 1706 | "name": "Kuwait", 1707 | "colors": [{ 1708 | "hex": "#007A3D", 1709 | "percent": 28.84 1710 | }, { 1711 | "hex": "#CE1126", 1712 | "percent": 28.84 1713 | }, { 1714 | "hex": "#FFFFFF", 1715 | "percent": 24.75 1716 | }, { 1717 | "hex": "#000000", 1718 | "percent": 16.59 1719 | }, { 1720 | "hex": "#EA9AA3", 1721 | "percent": 0.75 1722 | }, { 1723 | "hex": "#890B19", 1724 | "percent": 0.08 1725 | }] 1726 | }, { 1727 | "name": "Kyrgyzstan", 1728 | "colors": [{ 1729 | "hex": "#E8112D", 1730 | "percent": 90.14 1731 | }, { 1732 | "hex": "#FFED00", 1733 | "percent": 5.26 1734 | }, { 1735 | "hex": "#F58E14", 1736 | "percent": 2.7 1737 | }, { 1738 | "hex": "#F05A1E", 1739 | "percent": 1.89 1740 | }] 1741 | }, { 1742 | "name": "Laos", 1743 | "colors": [{ 1744 | "hex": "#CE1126", 1745 | "percent": 50 1746 | }, { 1747 | "hex": "#002868", 1748 | "percent": 41.37 1749 | }, { 1750 | "hex": "#FEFFFF", 1751 | "percent": 8.17 1752 | }, { 1753 | "hex": "#879AB8", 1754 | "percent": 0.21 1755 | }, { 1756 | "hex": "#375788", 1757 | "percent": 0.15 1758 | }, { 1759 | "hex": "#ABB8CD", 1760 | "percent": 0.11 1761 | }] 1762 | }, { 1763 | "name": "Latvia", 1764 | "colors": [{ 1765 | "hex": "#9E3039", 1766 | "percent": 80 1767 | }, { 1768 | "hex": "#FFFFFF", 1769 | "percent": 20 1770 | }] 1771 | }, { 1772 | "name": "Lebanon", 1773 | "colors": [{ 1774 | "hex": "#ED1C24", 1775 | "percent": 50 1776 | }, { 1777 | "hex": "#FFFFFF", 1778 | "percent": 42.07 1779 | }, { 1780 | "hex": "#01A652", 1781 | "percent": 5.9 1782 | }, { 1783 | "hex": "#8ED8B2", 1784 | "percent": 0.85 1785 | }, { 1786 | "hex": "#42BD7E", 1787 | "percent": 0.62 1788 | }, { 1789 | "hex": "#D7F1E4", 1790 | "percent": 0.56 1791 | }] 1792 | }, { 1793 | "name": "Lesotho", 1794 | "colors": [{ 1795 | "hex": "#FFFFFF", 1796 | "percent": 35.98 1797 | }, { 1798 | "hex": "#00209F", 1799 | "percent": 30 1800 | }, { 1801 | "hex": "#009543", 1802 | "percent": 30 1803 | }, { 1804 | "hex": "#020202", 1805 | "percent": 2.43 1806 | }, { 1807 | "hex": "#2E2E2E", 1808 | "percent": 0.42 1809 | }, { 1810 | "hex": "#4E4E4E", 1811 | "percent": 0.26 1812 | }] 1813 | }, { 1814 | "name": "Liberia", 1815 | "colors": [{ 1816 | "hex": "#BF0A30", 1817 | "percent": 44.06 1818 | }, { 1819 | "hex": "#FFFFFF", 1820 | "percent": 38.85 1821 | }, { 1822 | "hex": "#002868", 1823 | "percent": 9.36 1824 | }, { 1825 | "hex": "#EAADBA", 1826 | "percent": 3.52 1827 | }, { 1828 | "hex": "#D96C83", 1829 | "percent": 1.93 1830 | }, { 1831 | "hex": "#CA3453", 1832 | "percent": 1.48 1833 | }] 1834 | }, { 1835 | "name": "Libya", 1836 | "colors": [{ 1837 | "hex": "#000000", 1838 | "percent": 48.47 1839 | }, { 1840 | "hex": "#E70013", 1841 | "percent": 25 1842 | }, { 1843 | "hex": "#239E46", 1844 | "percent": 25 1845 | }, { 1846 | "hex": "#727272", 1847 | "percent": 0.21 1848 | }, { 1849 | "hex": "#313131", 1850 | "percent": 0.2 1851 | }, { 1852 | "hex": "#505050", 1853 | "percent": 0.11 1854 | }] 1855 | }, { 1856 | "name": "Liechtenstein", 1857 | "colors": [{ 1858 | "hex": "#CE1126", 1859 | "percent": 50 1860 | }, { 1861 | "hex": "#002B7F", 1862 | "percent": 46.28 1863 | }, { 1864 | "hex": "#BEA12E", 1865 | "percent": 1.09 1866 | }, { 1867 | "hex": "#F9D33C", 1868 | "percent": 0.88 1869 | }, { 1870 | "hex": "#826E1F", 1871 | "percent": 0.74 1872 | }, { 1873 | "hex": "#524615", 1874 | "percent": 0.66 1875 | }] 1876 | }, { 1877 | "name": "Lithuania", 1878 | "colors": [{ 1879 | "hex": "#FDB913", 1880 | "percent": 33.33 1881 | }, { 1882 | "hex": "#006A44", 1883 | "percent": 33.33 1884 | }, { 1885 | "hex": "#C1272D", 1886 | "percent": 33.34 1887 | }] 1888 | }, { 1889 | "name": "Luxembourg", 1890 | "colors": [{ 1891 | "hex": "#00A1DE", 1892 | "percent": 33 1893 | }, { 1894 | "hex": "#ED2939", 1895 | "percent": 33 1896 | }, { 1897 | "hex": "#FFFFFF", 1898 | "percent": 32 1899 | }, { 1900 | "hex": "#F9B8BD", 1901 | "percent": 1 1902 | }, { 1903 | "hex": "#AAE0F4", 1904 | "percent": 1 1905 | }] 1906 | }, { 1907 | "name": "Macedonia", 1908 | "colors": [{ 1909 | "hex": "#D20000", 1910 | "percent": 65.35 1911 | }, { 1912 | "hex": "#FFE600", 1913 | "percent": 30.08 1914 | }, { 1915 | "hex": "#DC3400", 1916 | "percent": 2.11 1917 | }, { 1918 | "hex": "#F4AE00", 1919 | "percent": 1.85 1920 | }, { 1921 | "hex": "#E86F00", 1922 | "percent": 0.61 1923 | }] 1924 | }, { 1925 | "name": "Madagascar", 1926 | "colors": [{ 1927 | "hex": "#FFFFFF", 1928 | "percent": 33.33 1929 | }, { 1930 | "hex": "#007E3A", 1931 | "percent": 33.33 1932 | }, { 1933 | "hex": "#FC3D32", 1934 | "percent": 33.33 1935 | }] 1936 | }, { 1937 | "name": "Malawi", 1938 | "colors": [{ 1939 | "hex": "#CE1126", 1940 | "percent": 36.31 1941 | }, { 1942 | "hex": "#339E35", 1943 | "percent": 33 1944 | }, { 1945 | "hex": "#000000", 1946 | "percent": 25.81 1947 | }, { 1948 | "hex": "#550710", 1949 | "percent": 2.93 1950 | }, { 1951 | "hex": "#6D3C23", 1952 | "percent": 1 1953 | }, { 1954 | "hex": "#8F0C1A", 1955 | "percent": 0.95 1956 | }] 1957 | }, { 1958 | "name": "Malaysia", 1959 | "colors": [{ 1960 | "hex": "#CC0001", 1961 | "percent": 34 1962 | }, { 1963 | "hex": "#FFFFFF", 1964 | "percent": 32.5 1965 | }, { 1966 | "hex": "#010066", 1967 | "percent": 23.35 1968 | }, { 1969 | "hex": "#E26E6F", 1970 | "percent": 3 1971 | }, { 1972 | "hex": "#F1B7B7", 1973 | "percent": 2 1974 | }, { 1975 | "hex": "#D4A911", 1976 | "percent": 0.81 1977 | }] 1978 | }, { 1979 | "name": "Maldives", 1980 | "colors": [{ 1981 | "hex": "#D21034", 1982 | "percent": 66.67 1983 | }, { 1984 | "hex": "#007E3A", 1985 | "percent": 31.69 1986 | }, { 1987 | "hex": "#C9E4D5", 1988 | "percent": 0.27 1989 | }, { 1990 | "hex": "#6FB690", 1991 | "percent": 0.15 1992 | }, { 1993 | "hex": "#379A64", 1994 | "percent": 0.06 1995 | }, { 1996 | "hex": "#29935A", 1997 | "percent": 0.06 1998 | }] 1999 | }, { 2000 | "name": "Mali", 2001 | "colors": [{ 2002 | "hex": "#14B53A", 2003 | "percent": 33.33 2004 | }, { 2005 | "hex": "#CE1126", 2006 | "percent": 33.33 2007 | }, { 2008 | "hex": "#FCD116", 2009 | "percent": 33.33 2010 | }] 2011 | }, { 2012 | "name": "Malta", 2013 | "colors": [{ 2014 | "hex": "#CF142B", 2015 | "percent": 50 2016 | }, { 2017 | "hex": "#FFFFFF", 2018 | "percent": 47 2019 | }, { 2020 | "hex": "#A9A29C", 2021 | "percent": 0.96 2022 | }, { 2023 | "hex": "#F6A9B5", 2024 | "percent": 0.49 2025 | }, { 2026 | "hex": "#D36773", 2027 | "percent": 0.07 2028 | }, { 2029 | "hex": "#6F6E6E", 2030 | "percent": 0.01 2031 | }] 2032 | }, { 2033 | "name": "Marshall Islands", 2034 | "colors": [{ 2035 | "hex": "#003893", 2036 | "percent": 73.03 2037 | }, { 2038 | "hex": "#FEFEFE", 2039 | "percent": 12.23 2040 | }, { 2041 | "hex": "#DD7500", 2042 | "percent": 9.99 2043 | }, { 2044 | "hex": "#CCD7E9", 2045 | "percent": 1.31 2046 | }, { 2047 | "hex": "#2958A4", 2048 | "percent": 1.25 2049 | }, { 2050 | "hex": "#90A8D0", 2051 | "percent": 1.09 2052 | }] 2053 | }, { 2054 | "name": "Mauritania", 2055 | "colors": [{ 2056 | "hex": "#006233", 2057 | "percent": 93.78 2058 | }, { 2059 | "hex": "#FFC400", 2060 | "percent": 4.7 2061 | }, { 2062 | "hex": "#477D25", 2063 | "percent": 0.98 2064 | }, { 2065 | "hex": "#B4A70F", 2066 | "percent": 0.54 2067 | }] 2068 | }, { 2069 | "name": "Mauritius", 2070 | "colors": [{ 2071 | "hex": "#FFD500", 2072 | "percent": 25 2073 | }, { 2074 | "hex": "#00A551", 2075 | "percent": 25 2076 | }, { 2077 | "hex": "#EA2839", 2078 | "percent": 25 2079 | }, { 2080 | "hex": "#1A206D", 2081 | "percent": 25 2082 | }] 2083 | }, { 2084 | "name": "Mexico", 2085 | "colors": [{ 2086 | "hex": "#006847", 2087 | "percent": 33.15 2088 | }, { 2089 | "hex": "#CE1126", 2090 | "percent": 33.15 2091 | }, { 2092 | "hex": "#FFFFFF", 2093 | "percent": 26.74 2094 | }, { 2095 | "hex": "#EFB1B7", 2096 | "percent": 1.23 2097 | }, { 2098 | "hex": "#593520", 2099 | "percent": 1.12 2100 | }, { 2101 | "hex": "#925A2F", 2102 | "percent": 0.46 2103 | }] 2104 | }, { 2105 | "name": "FS Micronesia", 2106 | "colors": [{ 2107 | "hex": "#75B2DD", 2108 | "percent": 97.43 2109 | }, { 2110 | "hex": "#FDFEFE", 2111 | "percent": 2.01 2112 | }, { 2113 | "hex": "#D2E6F4", 2114 | "percent": 0.56 2115 | }] 2116 | }, { 2117 | "name": "Moldova", 2118 | "colors": [{ 2119 | "hex": "#CC092F", 2120 | "percent": 33.72 2121 | }, { 2122 | "hex": "#0046AE", 2123 | "percent": 33.52 2124 | }, { 2125 | "hex": "#FFD200", 2126 | "percent": 25.17 2127 | }, { 2128 | "hex": "#352815", 2129 | "percent": 1.78 2130 | }, { 2131 | "hex": "#AD7D54", 2132 | "percent": 1.72 2133 | }, { 2134 | "hex": "#674F21", 2135 | "percent": 1.01 2136 | }] 2137 | }, { 2138 | "name": "Monaco", 2139 | "colors": [{ 2140 | "hex": "#FFFFFF", 2141 | "percent": 50 2142 | }, { 2143 | "hex": "#CE1126", 2144 | "percent": 50 2145 | }] 2146 | }, { 2147 | "name": "Mongolia", 2148 | "colors": [{ 2149 | "hex": "#C4272F", 2150 | "percent": 58.68 2151 | }, { 2152 | "hex": "#015197", 2153 | "percent": 33 2154 | }, { 2155 | "hex": "#F9CF02", 2156 | "percent": 5.42 2157 | }, { 2158 | "hex": "#833551", 2159 | "percent": 1 2160 | }, { 2161 | "hex": "#E69511", 2162 | "percent": 0.99 2163 | }, { 2164 | "hex": "#D66120", 2165 | "percent": 0.91 2166 | }] 2167 | }, { 2168 | "name": "Montenegro", 2169 | "colors": [{ 2170 | "hex": "#C40308", 2171 | "percent": 76.94 2172 | }, { 2173 | "hex": "#D3AD3B", 2174 | "percent": 21.23 2175 | }, { 2176 | "hex": "#C4722A", 2177 | "percent": 0.81 2178 | }, { 2179 | "hex": "#1D5E91", 2180 | "percent": 0.43 2181 | }, { 2182 | "hex": "#6E8B3E", 2183 | "percent": 0.42 2184 | }, { 2185 | "hex": "#626765", 2186 | "percent": 0.18 2187 | }] 2188 | }, { 2189 | "name": "Morocco", 2190 | "colors": [{ 2191 | "hex": "#C1272D", 2192 | "percent": 97.97 2193 | }, { 2194 | "hex": "#016233", 2195 | "percent": 1.54 2196 | }, { 2197 | "hex": "#684230", 2198 | "percent": 0.49 2199 | }] 2200 | }, { 2201 | "name": "Mozambique", 2202 | "colors": [{ 2203 | "hex": "#FCE100", 2204 | "percent": 27.92 2205 | }, { 2206 | "hex": "#007168", 2207 | "percent": 26.66 2208 | }, { 2209 | "hex": "#000000", 2210 | "percent": 19.46 2211 | }, { 2212 | "hex": "#D21034", 2213 | "percent": 17.48 2214 | }, { 2215 | "hex": "#D05B28", 2216 | "percent": 0.33 2217 | }, { 2218 | "hex": "#B1A33E", 2219 | "percent": 0.12 2220 | }] 2221 | }, { 2222 | "name": "Myanmar", 2223 | "colors": [{ 2224 | "hex": "#FECB00", 2225 | "percent": 32.32 2226 | }, { 2227 | "hex": "#EA2839", 2228 | "percent": 31.06 2229 | }, { 2230 | "hex": "#34B233", 2231 | "percent": 24.47 2232 | }, { 2233 | "hex": "#FEFFFE", 2234 | "percent": 9.6 2235 | }, { 2236 | "hex": "#77BA22", 2237 | "percent": 0.92 2238 | }, { 2239 | "hex": "#708435", 2240 | "percent": 0.77 2241 | }] 2242 | }, { 2243 | "name": "Namibia", 2244 | "colors": [{ 2245 | "hex": "#009543", 2246 | "percent": 31.77 2247 | }, { 2248 | "hex": "#003580", 2249 | "percent": 27.84 2250 | }, { 2251 | "hex": "#D21034", 2252 | "percent": 27.2 2253 | }, { 2254 | "hex": "#FEFDFD", 2255 | "percent": 7.13 2256 | }, { 2257 | "hex": "#FECD01", 2258 | "percent": 2.14 2259 | }, { 2260 | "hex": "#E05D75", 2261 | "percent": 0.55 2262 | }] 2263 | }, { 2264 | "name": "Nauru", 2265 | "colors": [{ 2266 | "hex": "#002B7F", 2267 | "percent": 87.47 2268 | }, { 2269 | "hex": "#FFC61E", 2270 | "percent": 8 2271 | }, { 2272 | "hex": "#334A6C", 2273 | "percent": 2.11 2274 | }, { 2275 | "hex": "#FEFEFE", 2276 | "percent": 1.87 2277 | }, { 2278 | "hex": "#738AB9", 2279 | "percent": 0.31 2280 | }, { 2281 | "hex": "#9AABCC", 2282 | "percent": 0.25 2283 | }] 2284 | }, { 2285 | "name": "Nepal", 2286 | "colors": [{ 2287 | "hex": "#003A96", 2288 | "percent": 54.65 2289 | }, { 2290 | "hex": "#DC143C", 2291 | "percent": 35.93 2292 | }, { 2293 | "hex": "#FFFEFE", 2294 | "percent": 7.68 2295 | }, { 2296 | "hex": "#EA728A", 2297 | "percent": 0.42 2298 | }, { 2299 | "hex": "#F099AA", 2300 | "percent": 0.36 2301 | }, { 2302 | "hex": "#63286C", 2303 | "percent": 0.11 2304 | }] 2305 | }, { 2306 | "name": "Kingdom of the Netherlands", 2307 | "colors": [{ 2308 | "hex": "#AE1C28", 2309 | "percent": 33 2310 | }, { 2311 | "hex": "#21468B", 2312 | "percent": 33 2313 | }, { 2314 | "hex": "#FFFFFF", 2315 | "percent": 32 2316 | }, { 2317 | "hex": "#E4B3B7", 2318 | "percent": 1 2319 | }, { 2320 | "hex": "#B6C2D9", 2321 | "percent": 1 2322 | }] 2323 | }, { 2324 | "name": "New Zealand", 2325 | "colors": [{ 2326 | "hex": "#00247D", 2327 | "percent": 79.32 2328 | }, { 2329 | "hex": "#CC142B", 2330 | "percent": 9.25 2331 | }, { 2332 | "hex": "#FEFDFE", 2333 | "percent": 7.18 2334 | }, { 2335 | "hex": "#546CA8", 2336 | "percent": 1.48 2337 | }, { 2338 | "hex": "#DDD9E6", 2339 | "percent": 1.34 2340 | }, { 2341 | "hex": "#2E4B95", 2342 | "percent": 0.2 2343 | }] 2344 | }, { 2345 | "name": "Nicaragua", 2346 | "colors": [{ 2347 | "hex": "#0067C6", 2348 | "percent": 66 2349 | }, { 2350 | "hex": "#FFFFFF", 2351 | "percent": 29.68 2352 | }, { 2353 | "hex": "#ABCDEC", 2354 | "percent": 2.29 2355 | }, { 2356 | "hex": "#98C826", 2357 | "percent": 0.22 2358 | }, { 2359 | "hex": "#D0DB25", 2360 | "percent": 0.1 2361 | }, { 2362 | "hex": "#CF2425", 2363 | "percent": 0.02 2364 | }] 2365 | }, { 2366 | "name": "Niger", 2367 | "colors": [{ 2368 | "hex": "#E05206", 2369 | "percent": 38.21 2370 | }, { 2371 | "hex": "#0DB02B", 2372 | "percent": 33 2373 | }, { 2374 | "hex": "#FFFFFF", 2375 | "percent": 26.51 2376 | }, { 2377 | "hex": "#F5C5AC", 2378 | "percent": 1.02 2379 | }, { 2380 | "hex": "#AFE5B9", 2381 | "percent": 1 2382 | }, { 2383 | "hex": "#EEA279", 2384 | "percent": 0.26 2385 | }] 2386 | }, { 2387 | "name": "Nigeria", 2388 | "colors": [{ 2389 | "hex": "#008751", 2390 | "percent": 66 2391 | }, { 2392 | "hex": "#FFFFFF", 2393 | "percent": 33 2394 | }, { 2395 | "hex": "#5AB18E", 2396 | "percent": 1 2397 | }] 2398 | }, { 2399 | "name": "Norway", 2400 | "colors": [{ 2401 | "hex": "#EF2B2D", 2402 | "percent": 60.06 2403 | }, { 2404 | "hex": "#002868", 2405 | "percent": 19.65 2406 | }, { 2407 | "hex": "#FFFFFF", 2408 | "percent": 15.13 2409 | }, { 2410 | "hex": "#F68E8F", 2411 | "percent": 2.16 2412 | }, { 2413 | "hex": "#BBC6D7", 2414 | "percent": 1.81 2415 | }, { 2416 | "hex": "#637CA3", 2417 | "percent": 0.01 2418 | }] 2419 | }, { 2420 | "name": "Oman", 2421 | "colors": [{ 2422 | "hex": "#DB161B", 2423 | "percent": 47.35 2424 | }, { 2425 | "hex": "#FFFFFF", 2426 | "percent": 25.82 2427 | }, { 2428 | "hex": "#008000", 2429 | "percent": 24.75 2430 | }, { 2431 | "hex": "#E76669", 2432 | "percent": 0.91 2433 | }, { 2434 | "hex": "#923A12", 2435 | "percent": 0.75 2436 | }, { 2437 | "hex": "#F3B0B2", 2438 | "percent": 0.43 2439 | }] 2440 | }, { 2441 | "name": "Pakistan", 2442 | "colors": [{ 2443 | "hex": "#01411C", 2444 | "percent": 67.65 2445 | }, { 2446 | "hex": "#FFFFFF", 2447 | "percent": 30.16 2448 | }, { 2449 | "hex": "#82A18F", 2450 | "percent": 1.16 2451 | }, { 2452 | "hex": "#DDE6E1", 2453 | "percent": 0.46 2454 | }, { 2455 | "hex": "#47755A", 2456 | "percent": 0.33 2457 | }, { 2458 | "hex": "#235A3A", 2459 | "percent": 0.24 2460 | }] 2461 | }, { 2462 | "name": "Palau", 2463 | "colors": [{ 2464 | "hex": "#4AADD6", 2465 | "percent": 82.04 2466 | }, { 2467 | "hex": "#FFDE00", 2468 | "percent": 17.13 2469 | }, { 2470 | "hex": "#D4D233", 2471 | "percent": 0.54 2472 | }, { 2473 | "hex": "#74B9A5", 2474 | "percent": 0.15 2475 | }, { 2476 | "hex": "#9AC377", 2477 | "percent": 0.13 2478 | }] 2479 | }, { 2480 | "name": "State of Palestine", 2481 | "colors": [{ 2482 | "hex": "#007A3D", 2483 | "percent": 29.32 2484 | }, { 2485 | "hex": "#000000", 2486 | "percent": 29.32 2487 | }, { 2488 | "hex": "#FFFFFF", 2489 | "percent": 22.93 2490 | }, { 2491 | "hex": "#CE1126", 2492 | "percent": 16.46 2493 | }, { 2494 | "hex": "#D63849", 2495 | "percent": 0.07 2496 | }, { 2497 | "hex": "#E16C79", 2498 | "percent": 0.05 2499 | }] 2500 | }, { 2501 | "name": "Panama", 2502 | "colors": [{ 2503 | "hex": "#FFFFFF", 2504 | "percent": 47.39 2505 | }, { 2506 | "hex": "#005293", 2507 | "percent": 26.07 2508 | }, { 2509 | "hex": "#D21034", 2510 | "percent": 26.06 2511 | }, { 2512 | "hex": "#EA90A1", 2513 | "percent": 0.16 2514 | }, { 2515 | "hex": "#5088B5", 2516 | "percent": 0.09 2517 | }, { 2518 | "hex": "#DF536D", 2519 | "percent": 0.07 2520 | }] 2521 | }, { 2522 | "name": "Papua New Guinea", 2523 | "colors": [{ 2524 | "hex": "#000000", 2525 | "percent": 47.39 2526 | }, { 2527 | "hex": "#CE1126", 2528 | "percent": 43.76 2529 | }, { 2530 | "hex": "#FCD016", 2531 | "percent": 4.71 2532 | }, { 2533 | "hex": "#EC8F1B", 2534 | "percent": 0.98 2535 | }, { 2536 | "hex": "#DC4D21", 2537 | "percent": 0.41 2538 | }, { 2539 | "hex": "#6E0914", 2540 | "percent": 0.33 2541 | }] 2542 | }, { 2543 | "name": "Paraguay", 2544 | "colors": [{ 2545 | "hex": "#0038A8", 2546 | "percent": 33 2547 | }, { 2548 | "hex": "#D52B1E", 2549 | "percent": 33 2550 | }, { 2551 | "hex": "#FFFFFF", 2552 | "percent": 29.89 2553 | }, { 2554 | "hex": "#ABBDE2", 2555 | "percent": 1.82 2556 | }, { 2557 | "hex": "#F1B8B4", 2558 | "percent": 1.03 2559 | }, { 2560 | "hex": "#309556", 2561 | "percent": 0.17 2562 | }] 2563 | }, { 2564 | "name": "Peru", 2565 | "colors": [{ 2566 | "hex": "#D91023", 2567 | "percent": 66.67 2568 | }, { 2569 | "hex": "#FFFFFF", 2570 | "percent": 33.33 2571 | }] 2572 | }, { 2573 | "name": "Philippines", 2574 | "colors": [{ 2575 | "hex": "#CE1126", 2576 | "percent": 39.07 2577 | }, { 2578 | "hex": "#0038A8", 2579 | "percent": 39.01 2580 | }, { 2581 | "hex": "#FFFFFE", 2582 | "percent": 16.54 2583 | }, { 2584 | "hex": "#FCD116", 2585 | "percent": 2.68 2586 | }, { 2587 | "hex": "#FEEFAD", 2588 | "percent": 1.21 2589 | }, { 2590 | "hex": "#698ACC", 2591 | "percent": 0.11 2592 | }] 2593 | }, { 2594 | "name": "Poland", 2595 | "colors": [{ 2596 | "hex": "#FFFFFF", 2597 | "percent": 50 2598 | }, { 2599 | "hex": "#DC143C", 2600 | "percent": 50 2601 | }] 2602 | }, { 2603 | "name": "Portugal", 2604 | "colors": [{ 2605 | "hex": "#FF0000", 2606 | "percent": 55.75 2607 | }, { 2608 | "hex": "#006600", 2609 | "percent": 34.19 2610 | }, { 2611 | "hex": "#959E01", 2612 | "percent": 2.6 2613 | }, { 2614 | "hex": "#FDFDFE", 2615 | "percent": 1.47 2616 | }, { 2617 | "hex": "#2F59AC", 2618 | "percent": 0.43 2619 | }, { 2620 | "hex": "#BA5F41", 2621 | "percent": 0.05 2622 | }] 2623 | }, { 2624 | "name": "Puerto Rico", 2625 | "colors": [{ 2626 | "hex": "#0049F3", 2627 | "percent": 33 2628 | }, { 2629 | "hex": "#FF0000", 2630 | "percent": 33 2631 | }, { 2632 | "hex": "#FFFFFF", 2633 | "percent": 33 2634 | }] 2635 | }, { 2636 | "name": "Qatar", 2637 | "colors": [{ 2638 | "hex": "#8D1B3D", 2639 | "percent": 66.21 2640 | }, { 2641 | "hex": "#FFFFFF", 2642 | "percent": 32.75 2643 | }, { 2644 | "hex": "#B2657D", 2645 | "percent": 0.56 2646 | }, { 2647 | "hex": "#E5CAD2", 2648 | "percent": 0.48 2649 | }] 2650 | }, { 2651 | "name": "Romania", 2652 | "colors": [{ 2653 | "hex": "#002B7F", 2654 | "percent": 33.33 2655 | }, { 2656 | "hex": "#CE1126", 2657 | "percent": 33.33 2658 | }, { 2659 | "hex": "#FCD116", 2660 | "percent": 33.33 2661 | }] 2662 | }, { 2663 | "name": "Russia", 2664 | "colors": [{ 2665 | "hex": "#FFFFFF", 2666 | "percent": 33 2667 | }, { 2668 | "hex": "#D52B1E", 2669 | "percent": 33 2670 | }, { 2671 | "hex": "#0039A6", 2672 | "percent": 32 2673 | }, { 2674 | "hex": "#463479", 2675 | "percent": 1 2676 | }, { 2677 | "hex": "#547AC3", 2678 | "percent": 1 2679 | }] 2680 | }, { 2681 | "name": "Rwanda", 2682 | "colors": [{ 2683 | "hex": "#00A1DE", 2684 | "percent": 47.41 2685 | }, { 2686 | "hex": "#FAD201", 2687 | "percent": 25.51 2688 | }, { 2689 | "hex": "#20603D", 2690 | "percent": 25 2691 | }, { 2692 | "hex": "#81B162", 2693 | "percent": 1.21 2694 | }, { 2695 | "hex": "#40A9A0", 2696 | "percent": 0.73 2697 | }, { 2698 | "hex": "#C2BA22", 2699 | "percent": 0.15 2700 | }] 2701 | }, { 2702 | "name": "Saint Kitts and Nevis", 2703 | "colors": [{ 2704 | "hex": "#000000", 2705 | "percent": 28.72 2706 | }, { 2707 | "hex": "#CE1126", 2708 | "percent": 27.87 2709 | }, { 2710 | "hex": "#009E49", 2711 | "percent": 27.63 2712 | }, { 2713 | "hex": "#FBD116", 2714 | "percent": 10.48 2715 | }, { 2716 | "hex": "#292929", 2717 | "percent": 0.21 2718 | }, { 2719 | "hex": "#474747", 2720 | "percent": 0.18 2721 | }] 2722 | }, { 2723 | "name": "Saint Lucia", 2724 | "colors": [{ 2725 | "hex": "#66CCFF", 2726 | "percent": 85.93 2727 | }, { 2728 | "hex": "#FCD116", 2729 | "percent": 6.68 2730 | }, { 2731 | "hex": "#FDFEFE", 2732 | "percent": 3.02 2733 | }, { 2734 | "hex": "#665509", 2735 | "percent": 0.09 2736 | }, { 2737 | "hex": "#AD900F", 2738 | "percent": 0.08 2739 | }, { 2740 | "hex": "#FDDD56", 2741 | "percent": 0.03 2742 | }] 2743 | }, { 2744 | "name": "Saint Vincent and the Grenadines", 2745 | "colors": [{ 2746 | "hex": "#FCD116", 2747 | "percent": 43.57 2748 | }, { 2749 | "hex": "#009E60", 2750 | "percent": 29.79 2751 | }, { 2752 | "hex": "#0072C6", 2753 | "percent": 24.67 2754 | }, { 2755 | "hex": "#7EB83B", 2756 | "percent": 1.31 2757 | }, { 2758 | "hex": "#7EA16E", 2759 | "percent": 0.67 2760 | }] 2761 | }, { 2762 | "name": "Samoa", 2763 | "colors": [{ 2764 | "hex": "#CE1126", 2765 | "percent": 75 2766 | }, { 2767 | "hex": "#002B7F", 2768 | "percent": 23.66 2769 | }, { 2770 | "hex": "#FBFCFD", 2771 | "percent": 0.72 2772 | }, { 2773 | "hex": "#2F5297", 2774 | "percent": 0.33 2775 | }, { 2776 | "hex": "#6D86B6", 2777 | "percent": 0.21 2778 | }, { 2779 | "hex": "#BAC6DC", 2780 | "percent": 0.1 2781 | }] 2782 | }, { 2783 | "name": "San Marino", 2784 | "colors": [{ 2785 | "hex": "#FFFFFF", 2786 | "percent": 43.67 2787 | }, { 2788 | "hex": "#5EB6E4", 2789 | "percent": 42.98 2790 | }, { 2791 | "hex": "#86681D", 2792 | "percent": 2.69 2793 | }, { 2794 | "hex": "#364B36", 2795 | "percent": 2.56 2796 | }, { 2797 | "hex": "#D7A42E", 2798 | "percent": 1.16 2799 | }, { 2800 | "hex": "#9CCBE7", 2801 | "percent": 1.04 2802 | }] 2803 | }, { 2804 | "name": "São Tomé and Príncipe", 2805 | "colors": [{ 2806 | "hex": "#12AD2B", 2807 | "percent": 51.94 2808 | }, { 2809 | "hex": "#FFCE00", 2810 | "percent": 30.83 2811 | }, { 2812 | "hex": "#D21034", 2813 | "percent": 12.25 2814 | }, { 2815 | "hex": "#78BB18", 2816 | "percent": 1.71 2817 | }, { 2818 | "hex": "#725E2F", 2819 | "percent": 0.28 2820 | }, { 2821 | "hex": "#E86F1A", 2822 | "percent": 0.21 2823 | }] 2824 | }, { 2825 | "name": "Saudi Arabia", 2826 | "colors": [{ 2827 | "hex": "#006C35", 2828 | "percent": 90.27 2829 | }, { 2830 | "hex": "#FBFDFC", 2831 | "percent": 5.12 2832 | }, { 2833 | "hex": "#8BBCA3", 2834 | "percent": 1.73 2835 | }, { 2836 | "hex": "#4C9872", 2837 | "percent": 1.73 2838 | }, { 2839 | "hex": "#B7D5C6", 2840 | "percent": 1.15 2841 | }] 2842 | }, { 2843 | "name": "Senegal", 2844 | "colors": [{ 2845 | "hex": "#00853F", 2846 | "percent": 35.23 2847 | }, { 2848 | "hex": "#E31B23", 2849 | "percent": 33.33 2850 | }, { 2851 | "hex": "#FDEF42", 2852 | "percent": 31.15 2853 | }, { 2854 | "hex": "#71B540", 2855 | "percent": 0.22 2856 | }, { 2857 | "hex": "#ABCD41", 2858 | "percent": 0.07 2859 | }] 2860 | }, { 2861 | "name": "Serbia", 2862 | "colors": [{ 2863 | "hex": "#C6363C", 2864 | "percent": 32.76 2865 | }, { 2866 | "hex": "#0C4076", 2867 | "percent": 23.68 2868 | }, { 2869 | "hex": "#CF9E2E", 2870 | "percent": 2.04 2871 | }, { 2872 | "hex": "#B06232", 2873 | "percent": 1.11 2874 | }, { 2875 | "hex": "#CFA6A5", 2876 | "percent": 1.09 2877 | }, { 2878 | "hex": "#5C7FA3", 2879 | "percent": 1.01 2880 | }] 2881 | }, { 2882 | "name": "Seychelles", 2883 | "colors": [{ 2884 | "hex": "#D62828", 2885 | "percent": 32.68 2886 | }, { 2887 | "hex": "#003F87", 2888 | "percent": 16.5 2889 | }, { 2890 | "hex": "#007A3D", 2891 | "percent": 16.34 2892 | }, { 2893 | "hex": "#FCD856", 2894 | "percent": 16.34 2895 | }, { 2896 | "hex": "#FFFEFE", 2897 | "percent": 16.04 2898 | }, { 2899 | "hex": "#3B996A", 2900 | "percent": 0.33 2901 | }] 2902 | }, { 2903 | "name": "Sierra Leone", 2904 | "colors": [{ 2905 | "hex": "#0072C6", 2906 | "percent": 33 2907 | }, { 2908 | "hex": "#1EB53A", 2909 | "percent": 33 2910 | }, { 2911 | "hex": "#FFFFFF", 2912 | "percent": 32 2913 | }, { 2914 | "hex": "#B4E6BD", 2915 | "percent": 1 2916 | }, { 2917 | "hex": "#ABD1EC", 2918 | "percent": 1 2919 | }] 2920 | }, { 2921 | "name": "Singapore", 2922 | "colors": [{ 2923 | "hex": "#FFFFFF", 2924 | "percent": 52.18 2925 | }, { 2926 | "hex": "#ED2939", 2927 | "percent": 46.69 2928 | }, { 2929 | "hex": "#F58C94", 2930 | "percent": 0.57 2931 | }, { 2932 | "hex": "#FBCCD0", 2933 | "percent": 0.55 2934 | }] 2935 | }, { 2936 | "name": "Slovakia", 2937 | "colors": [{ 2938 | "hex": "#EE1C25", 2939 | "percent": 38.12 2940 | }, { 2941 | "hex": "#FFFFFF", 2942 | "percent": 32.98 2943 | }, { 2944 | "hex": "#0B4EA2", 2945 | "percent": 25.46 2946 | }, { 2947 | "hex": "#5C89C1", 2948 | "percent": 0.89 2949 | }, { 2950 | "hex": "#F24C53", 2951 | "percent": 0.49 2952 | }, { 2953 | "hex": "#9B2E53", 2954 | "percent": 0.03 2955 | }] 2956 | }, { 2957 | "name": "Slovenia", 2958 | "colors": [{ 2959 | "hex": "#ED1C24", 2960 | "percent": 33.19 2961 | }, { 2962 | "hex": "#005DA4", 2963 | "percent": 32.27 2964 | }, { 2965 | "hex": "#FFFFFF", 2966 | "percent": 31.72 2967 | }, { 2968 | "hex": "#5593C2", 2969 | "percent": 1.23 2970 | }, { 2971 | "hex": "#4E477A", 2972 | "percent": 1.12 2973 | }, { 2974 | "hex": "#B7B92E", 2975 | "percent": 0.02 2976 | }] 2977 | }, { 2978 | "name": "Solomon Islands", 2979 | "colors": [{ 2980 | "hex": "#215B33", 2981 | "percent": 44.65 2982 | }, { 2983 | "hex": "#0051BA", 2984 | "percent": 40.99 2985 | }, { 2986 | "hex": "#FCD116", 2987 | "percent": 8.8 2988 | }, { 2989 | "hex": "#FDFEFE", 2990 | "percent": 2.51 2991 | }, { 2992 | "hex": "#C3B21D", 2993 | "percent": 0.95 2994 | }, { 2995 | "hex": "#2F71C7", 2996 | "percent": 0.72 2997 | }] 2998 | }, { 2999 | "name": "Somalia", 3000 | "colors": [{ 3001 | "hex": "#4189DD", 3002 | "percent": 95.29 3003 | }, { 3004 | "hex": "#FEFFFF", 3005 | "percent": 4.1 3006 | }, { 3007 | "hex": "#9AC0ED", 3008 | "percent": 0.61 3009 | }] 3010 | }, { 3011 | "name": "South Africa", 3012 | "colors": [{ 3013 | "hex": "#007A4D", 3014 | "percent": 30.66 3015 | }, { 3016 | "hex": "#002395", 3017 | "percent": 20.85 3018 | }, { 3019 | "hex": "#DE3831", 3020 | "percent": 20.85 3021 | }, { 3022 | "hex": "#FEFEFE", 3023 | "percent": 11.04 3024 | }, { 3025 | "hex": "#000000", 3026 | "percent": 8.8 3027 | }, { 3028 | "hex": "#FDB512", 3029 | "percent": 4.97 3030 | }] 3031 | }, { 3032 | "name": "South Sudan", 3033 | "colors": [{ 3034 | "hex": "#078930", 3035 | "percent": 26.16 3036 | }, { 3037 | "hex": "#000000", 3038 | "percent": 26.06 3039 | }, { 3040 | "hex": "#0F47AF", 3041 | "percent": 19.89 3042 | }, { 3043 | "hex": "#DA121A", 3044 | "percent": 18.88 3045 | }, { 3046 | "hex": "#FFFFFF", 3047 | "percent": 7.15 3048 | }, { 3049 | "hex": "#FBDC0A", 3050 | "percent": 1.36 3051 | }] 3052 | }, { 3053 | "name": "Spain", 3054 | "colors": [{ 3055 | "hex": "#C60B1E", 3056 | "percent": 50.01 3057 | }, { 3058 | "hex": "#FFC400", 3059 | "percent": 43.6 3060 | }, { 3061 | "hex": "#975C11", 3062 | "percent": 1.74 3063 | }, { 3064 | "hex": "#9E2918", 3065 | "percent": 1.37 3066 | }, { 3067 | "hex": "#B08F07", 3068 | "percent": 1.29 3069 | }, { 3070 | "hex": "#CEB56B", 3071 | "percent": 0.18 3072 | }] 3073 | }, { 3074 | "name": "Sri Lanka", 3075 | "colors": [{ 3076 | "hex": "#FEB700", 3077 | "percent": 38.32 3078 | }, { 3079 | "hex": "#8D2029", 3080 | "percent": 32.72 3081 | }, { 3082 | "hex": "#005641", 3083 | "percent": 11.07 3084 | }, { 3085 | "hex": "#552D0A", 3086 | "percent": 2.75 3087 | }, { 3088 | "hex": "#B88301", 3089 | "percent": 1.37 3090 | }, { 3091 | "hex": "#B3511B", 3092 | "percent": 1.29 3093 | }] 3094 | }, { 3095 | "name": "Sudan", 3096 | "colors": [{ 3097 | "hex": "#000000", 3098 | "percent": 29.42 3099 | }, { 3100 | "hex": "#D21034", 3101 | "percent": 29.33 3102 | }, { 3103 | "hex": "#FFFFFF", 3104 | "percent": 22.93 3105 | }, { 3106 | "hex": "#007229", 3107 | "percent": 16.46 3108 | }, { 3109 | "hex": "#2A894C", 3110 | "percent": 0.07 3111 | }, { 3112 | "hex": "#7E382F", 3113 | "percent": 0.04 3114 | }] 3115 | }, { 3116 | "name": "Suriname", 3117 | "colors": [{ 3118 | "hex": "#377E3F", 3119 | "percent": 40 3120 | }, { 3121 | "hex": "#B40A2D", 3122 | "percent": 36.57 3123 | }, { 3124 | "hex": "#FFFFFF", 3125 | "percent": 20 3126 | }, { 3127 | "hex": "#ECC81D", 3128 | "percent": 2.87 3129 | }, { 3130 | "hex": "#C33B29", 3131 | "percent": 0.44 3132 | }, { 3133 | "hex": "#D16E25", 3134 | "percent": 0.12 3135 | }] 3136 | }, { 3137 | "name": "Swaziland", 3138 | "colors": [{ 3139 | "hex": "#3E5EB9", 3140 | "percent": 37.53 3141 | }, { 3142 | "hex": "#B10C0C", 3143 | "percent": 32.4 3144 | }, { 3145 | "hex": "#FED800", 3146 | "percent": 12.67 3147 | }, { 3148 | "hex": "#FEFEFE", 3149 | "percent": 5.25 3150 | }, { 3151 | "hex": "#020202", 3152 | "percent": 5.11 3153 | }, { 3154 | "hex": "#5E5C61", 3155 | "percent": 1.08 3156 | }] 3157 | }, { 3158 | "name": "Sweden", 3159 | "colors": [{ 3160 | "hex": "#006AA7", 3161 | "percent": 70 3162 | }, { 3163 | "hex": "#FECC00", 3164 | "percent": 30 3165 | }] 3166 | }, { 3167 | "name": "Switzerland", 3168 | "colors": [{ 3169 | "hex": "#FF0000", 3170 | "percent": 78.48 3171 | }, { 3172 | "hex": "#FFFFFF", 3173 | "percent": 19.08 3174 | }, { 3175 | "hex": "#FF6060", 3176 | "percent": 2.4 3177 | }, { 3178 | "hex": "#FF9C9C", 3179 | "percent": 0.04 3180 | }] 3181 | }, { 3182 | "name": "Syria", 3183 | "colors": [{ 3184 | "hex": "#000000", 3185 | "percent": 33 3186 | }, { 3187 | "hex": "#CE1126", 3188 | "percent": 33 3189 | }, { 3190 | "hex": "#FFFFFF", 3191 | "percent": 29.73 3192 | }, { 3193 | "hex": "#EFB0B7", 3194 | "percent": 1 3195 | }, { 3196 | "hex": "#309361", 3197 | "percent": 0.23 3198 | }, { 3199 | "hex": "#70B492", 3200 | "percent": 0.11 3201 | }] 3202 | }, { 3203 | "name": "Tajikistan", 3204 | "colors": [{ 3205 | "hex": "#FFFFFF", 3206 | "percent": 40 3207 | }, { 3208 | "hex": "#006600", 3209 | "percent": 28 3210 | }, { 3211 | "hex": "#CC0000", 3212 | "percent": 28 3213 | }, { 3214 | "hex": "#F8C405", 3215 | "percent": 1.12 3216 | }, { 3217 | "hex": "#6EA86E", 3218 | "percent": 1 3219 | }, { 3220 | "hex": "#E26D6D", 3221 | "percent": 1 3222 | }] 3223 | }, { 3224 | "name": "Tanzania", 3225 | "colors": [{ 3226 | "hex": "#000000", 3227 | "percent": 28.92 3228 | }, { 3229 | "hex": "#1EB53A", 3230 | "percent": 28.89 3231 | }, { 3232 | "hex": "#00A3DD", 3233 | "percent": 28.88 3234 | }, { 3235 | "hex": "#FBD016", 3236 | "percent": 10.92 3237 | }, { 3238 | "hex": "#BEC548", 3239 | "percent": 0.26 3240 | }, { 3241 | "hex": "#93C327", 3242 | "percent": 0.25 3243 | }] 3244 | }, { 3245 | "name": "Thailand", 3246 | "colors": [{ 3247 | "hex": "#FFFFFF", 3248 | "percent": 32 3249 | }, { 3250 | "hex": "#241D4F", 3251 | "percent": 32 3252 | }, { 3253 | "hex": "#ED1C24", 3254 | "percent": 32 3255 | }, { 3256 | "hex": "#6D688A", 3257 | "percent": 2 3258 | }, { 3259 | "hex": "#F3686D", 3260 | "percent": 2 3261 | }] 3262 | }, { 3263 | "name": "Togo", 3264 | "colors": [{ 3265 | "hex": "#006A4E", 3266 | "percent": 45.17 3267 | }, { 3268 | "hex": "#FFCE00", 3269 | "percent": 32.59 3270 | }, { 3271 | "hex": "#D21034", 3272 | "percent": 19.6 3273 | }, { 3274 | "hex": "#FFFDFD", 3275 | "percent": 2.38 3276 | }, { 3277 | "hex": "#F2BAC4", 3278 | "percent": 0.15 3279 | }, { 3280 | "hex": "#E2647B", 3281 | "percent": 0.1 3282 | }] 3283 | }, { 3284 | "name": "Tonga", 3285 | "colors": [{ 3286 | "hex": "#C10000", 3287 | "percent": 82.66 3288 | }, { 3289 | "hex": "#FFFFFF", 3290 | "percent": 16.54 3291 | }, { 3292 | "hex": "#D65555", 3293 | "percent": 0.49 3294 | }, { 3295 | "hex": "#EFBFBF", 3296 | "percent": 0.24 3297 | }, { 3298 | "hex": "#E49090", 3299 | "percent": 0.07 3300 | }] 3301 | }, { 3302 | "name": "Trinidad and Tobago", 3303 | "colors": [{ 3304 | "hex": "#CE1126", 3305 | "percent": 68.95 3306 | }, { 3307 | "hex": "#000000", 3308 | "percent": 19.65 3309 | }, { 3310 | "hex": "#FEFDFE", 3311 | "percent": 9.19 3312 | }, { 3313 | "hex": "#DF6371", 3314 | "percent": 0.34 3315 | }, { 3316 | "hex": "#E78893", 3317 | "percent": 0.32 3318 | }, { 3319 | "hex": "#EEADB4", 3320 | "percent": 0.16 3321 | }] 3322 | }, { 3323 | "name": "Tunisia", 3324 | "colors": [{ 3325 | "hex": "#E70013", 3326 | "percent": 89.93 3327 | }, { 3328 | "hex": "#FFFEFE", 3329 | "percent": 8.77 3330 | }, { 3331 | "hex": "#F16C77", 3332 | "percent": 1.01 3333 | }, { 3334 | "hex": "#F7ADB4", 3335 | "percent": 0.21 3336 | }, { 3337 | "hex": "#EC3847", 3338 | "percent": 0.09 3339 | }] 3340 | }, { 3341 | "name": "Turkey", 3342 | "colors": [{ 3343 | "hex": "#E30A17", 3344 | "percent": 93.37 3345 | }, { 3346 | "hex": "#FFFEFE", 3347 | "percent": 5.2 3348 | }, { 3349 | "hex": "#F9CDD0", 3350 | "percent": 0.57 3351 | }, { 3352 | "hex": "#EF7279", 3353 | "percent": 0.57 3354 | }, { 3355 | "hex": "#EA4953", 3356 | "percent": 0.29 3357 | }] 3358 | }, { 3359 | "name": "Turkmenistan", 3360 | "colors": [{ 3361 | "hex": "#28AE66", 3362 | "percent": 82.73 3363 | }, { 3364 | "hex": "#C93745", 3365 | "percent": 9.52 3366 | }, { 3367 | "hex": "#B47134", 3368 | "percent": 4.13 3369 | }, { 3370 | "hex": "#60654E", 3371 | "percent": 1.11 3372 | }, { 3373 | "hex": "#65BE8E", 3374 | "percent": 0.46 3375 | }, { 3376 | "hex": "#AE915A", 3377 | "percent": 0.2 3378 | }] 3379 | }, { 3380 | "name": "Tuvalu", 3381 | "colors": [{ 3382 | "hex": "#5B97B1", 3383 | "percent": 72.24 3384 | }, { 3385 | "hex": "#CF142B", 3386 | "percent": 8.82 3387 | }, { 3388 | "hex": "#FEFEFE", 3389 | "percent": 7.16 3390 | }, { 3391 | "hex": "#00247D", 3392 | "percent": 6.2 3393 | }, { 3394 | "hex": "#FCCD03", 3395 | "percent": 2.95 3396 | }, { 3397 | "hex": "#B2B452", 3398 | "percent": 1.03 3399 | }] 3400 | }, { 3401 | "name": "Uganda", 3402 | "colors": [{ 3403 | "hex": "#FCDC04", 3404 | "percent": 32.01 3405 | }, { 3406 | "hex": "#000000", 3407 | "percent": 29.55 3408 | }, { 3409 | "hex": "#D90000", 3410 | "percent": 29.43 3411 | }, { 3412 | "hex": "#FEFDFD", 3413 | "percent": 3.24 3414 | }, { 3415 | "hex": "#544901", 3416 | "percent": 2 3417 | }, { 3418 | "hex": "#C4A636", 3419 | "percent": 0.02 3420 | }] 3421 | }, { 3422 | "name": "Ukraine", 3423 | "colors": [{ 3424 | "hex": "#FFD500", 3425 | "percent": 50 3426 | }, { 3427 | "hex": "#005BBB", 3428 | "percent": 50 3429 | }] 3430 | }, { 3431 | "name": "United Arab Emirates", 3432 | "colors": [{ 3433 | "hex": "#FF0000", 3434 | "percent": 25 3435 | }, { 3436 | "hex": "#FFFFFF", 3437 | "percent": 24.75 3438 | }, { 3439 | "hex": "#000000", 3440 | "percent": 24.75 3441 | }, { 3442 | "hex": "#00732F", 3443 | "percent": 24.75 3444 | }, { 3445 | "hex": "#929292", 3446 | "percent": 0.75 3447 | }] 3448 | }, { 3449 | "name": "United Kingdom", 3450 | "colors": [{ 3451 | "hex": "#CF142B", 3452 | "percent": 36.09 3453 | }, { 3454 | "hex": "#FFFFFF", 3455 | "percent": 31.36 3456 | }, { 3457 | "hex": "#F3C4CA", 3458 | "percent": 1.54 3459 | }, { 3460 | "hex": "#AAB6D4", 3461 | "percent": 1.48 3462 | }, { 3463 | "hex": "#DB4F60", 3464 | "percent": 1.25 3465 | }, { 3466 | "hex": "#6E82B5", 3467 | "percent": 1.04 3468 | }] 3469 | }, { 3470 | "name": "United States", 3471 | "colors": [{ 3472 | "hex": "#B22234", 3473 | "percent": 37.2 3474 | }, { 3475 | "hex": "#FEFEFE", 3476 | "percent": 33.99 3477 | }, { 3478 | "hex": "#3C3B6E", 3479 | "percent": 18.11 3480 | }, { 3481 | "hex": "#CA6673", 3482 | "percent": 4.4 3483 | }, { 3484 | "hex": "#EDCDD1", 3485 | "percent": 3.18 3486 | }, { 3487 | "hex": "#DC9AA2", 3488 | "percent": 1.6 3489 | }] 3490 | }, { 3491 | "name": "Uruguay", 3492 | "colors": [{ 3493 | "hex": "#FFFFFF", 3494 | "percent": 55.07 3495 | }, { 3496 | "hex": "#9E830E", 3497 | "percent": 2.27 3498 | }, { 3499 | "hex": "#C6D3EC", 3500 | "percent": 2.14 3501 | }, { 3502 | "hex": "#8DA6D8", 3503 | "percent": 1.77 3504 | }, { 3505 | "hex": "#F8CE16", 3506 | "percent": 1.76 3507 | }, { 3508 | "hex": "#547AC5", 3509 | "percent": 1.63 3510 | }] 3511 | }, { 3512 | "name": "Uzbekistan", 3513 | "colors": [{ 3514 | "hex": "#FFFFFF", 3515 | "percent": 32.73 3516 | }, { 3517 | "hex": "#1EB53A", 3518 | "percent": 32 3519 | }, { 3520 | "hex": "#0099B5", 3521 | "percent": 30.73 3522 | }, { 3523 | "hex": "#CE1126", 3524 | "percent": 4 3525 | }, { 3526 | "hex": "#4EB8CC", 3527 | "percent": 0.34 3528 | }, { 3529 | "hex": "#89D0DD", 3530 | "percent": 0.21 3531 | }] 3532 | }, { 3533 | "name": "Vanuatu", 3534 | "colors": [{ 3535 | "hex": "#009543", 3536 | "percent": 31.22 3537 | }, { 3538 | "hex": "#D21034", 3539 | "percent": 31.14 3540 | }, { 3541 | "hex": "#010100", 3542 | "percent": 25.81 3543 | }, { 3544 | "hex": "#FCCE12", 3545 | "percent": 8.53 3546 | }, { 3547 | "hex": "#A6870B", 3548 | "percent": 2.02 3549 | }, { 3550 | "hex": "#7A6308", 3551 | "percent": 1.05 3552 | }] 3553 | }, { 3554 | "name": "Vatican City", 3555 | "colors": [{ 3556 | "hex": "#FFE000", 3557 | "percent": 50 3558 | }, { 3559 | "hex": "#FFFFFF", 3560 | "percent": 41.48 3561 | }, { 3562 | "hex": "#D1D0CE", 3563 | "percent": 4.14 3564 | }, { 3565 | "hex": "#AA9A68", 3566 | "percent": 2.08 3567 | }, { 3568 | "hex": "#B2890F", 3569 | "percent": 1.97 3570 | }, { 3571 | "hex": "#9C2C20", 3572 | "percent": 0.22 3573 | }] 3574 | }, { 3575 | "name": "Venezuela", 3576 | "colors": [{ 3577 | "hex": "#FFCC00", 3578 | "percent": 33 3579 | }, { 3580 | "hex": "#CF142B", 3581 | "percent": 33 3582 | }, { 3583 | "hex": "#00247D", 3584 | "percent": 30.35 3585 | }, { 3586 | "hex": "#555C53", 3587 | "percent": 1 3588 | }, { 3589 | "hex": "#441F62", 3590 | "percent": 1 3591 | }, { 3592 | "hex": "#2E4B94", 3593 | "percent": 0.15 3594 | }] 3595 | }, { 3596 | "name": "Vietnam", 3597 | "colors": [{ 3598 | "hex": "#DA251D", 3599 | "percent": 92.66 3600 | }, { 3601 | "hex": "#FFFE00", 3602 | "percent": 6.51 3603 | }, { 3604 | "hex": "#E67013", 3605 | "percent": 0.83 3606 | }] 3607 | }, { 3608 | "name": "Yemen", 3609 | "colors": [{ 3610 | "hex": "#000000", 3611 | "percent": 33 3612 | }, { 3613 | "hex": "#CE1126", 3614 | "percent": 33 3615 | }, { 3616 | "hex": "#FFFFFF", 3617 | "percent": 32 3618 | }, { 3619 | "hex": "#ABABAB", 3620 | "percent": 1 3621 | }, { 3622 | "hex": "#EFB0B7", 3623 | "percent": 1 3624 | }] 3625 | }, { 3626 | "name": "Zambia", 3627 | "colors": [{ 3628 | "hex": "#198A00", 3629 | "percent": 74.11 3630 | }, { 3631 | "hex": "#EF7D00", 3632 | "percent": 7.71 3633 | }, { 3634 | "hex": "#DE2010", 3635 | "percent": 7.25 3636 | }, { 3637 | "hex": "#000000", 3638 | "percent": 7.23 3639 | }, { 3640 | "hex": "#904F05", 3641 | "percent": 1.1 3642 | }, { 3643 | "hex": "#4C6C02", 3644 | "percent": 0.71 3645 | }] 3646 | }, { 3647 | "name": "Zimbabwe", 3648 | "colors": [{ 3649 | "hex": "#319208", 3650 | "percent": 26.21 3651 | }, { 3652 | "hex": "#DE2010", 3653 | "percent": 22.07 3654 | }, { 3655 | "hex": "#FFFFFF", 3656 | "percent": 11.23 3657 | }, { 3658 | "hex": "#000000", 3659 | "percent": 10.64 3660 | }, { 3661 | "hex": "#C5C002", 3662 | "percent": 2.31 3663 | }, { 3664 | "hex": "#F18507", 3665 | "percent": 1.48 3666 | }] 3667 | }, { 3668 | "name": "Abkhazia", 3669 | "colors": [{ 3670 | "hex": "#00993E", 3671 | "percent": 45.36 3672 | }, { 3673 | "hex": "#FFFFFF", 3674 | "percent": 36.24 3675 | }, { 3676 | "hex": "#C8312A", 3677 | "percent": 14.23 3678 | }, { 3679 | "hex": "#B7E2C9", 3680 | "percent": 1.62 3681 | }, { 3682 | "hex": "#92D3AD", 3683 | "percent": 1.62 3684 | }, { 3685 | "hex": "#D5635E", 3686 | "percent": 0.41 3687 | }] 3688 | }, { 3689 | "name": "Cook Islands", 3690 | "colors": [{ 3691 | "hex": "#00247D", 3692 | "percent": 74.99 3693 | }, { 3694 | "hex": "#FDFDFE", 3695 | "percent": 11.69 3696 | }, { 3697 | "hex": "#CF142B", 3698 | "percent": 8.82 3699 | }, { 3700 | "hex": "#546CA7", 3701 | "percent": 2.18 3702 | }, { 3703 | "hex": "#304D96", 3704 | "percent": 0.5 3705 | }, { 3706 | "hex": "#DC5364", 3707 | "percent": 0.41 3708 | }] 3709 | }, { 3710 | "name": "Kosovo", 3711 | "colors": [{ 3712 | "hex": "#244AA5", 3713 | "percent": 87.19 3714 | }, { 3715 | "hex": "#D0A650", 3716 | "percent": 9.8 3717 | }, { 3718 | "hex": "#FBFCFE", 3719 | "percent": 1.33 3720 | }, { 3721 | "hex": "#A7B7DB", 3722 | "percent": 0.46 3723 | }, { 3724 | "hex": "#748CC6", 3725 | "percent": 0.32 3726 | }, { 3727 | "hex": "#A79064", 3728 | "percent": 0.2 3729 | }] 3730 | }, { 3731 | "name": "Nagorno-Karabakh Republic", 3732 | "colors": [{ 3733 | "hex": "#F2A800", 3734 | "percent": 27.83 3735 | }, { 3736 | "hex": "#D90012", 3737 | "percent": 27.82 3738 | }, { 3739 | "hex": "#0033A0", 3740 | "percent": 27.06 3741 | }, { 3742 | "hex": "#FFFFFF", 3743 | "percent": 14 3744 | }, { 3745 | "hex": "#482271", 3746 | "percent": 0.78 3747 | }, { 3748 | "hex": "#E13947", 3749 | "percent": 0.33 3750 | }] 3751 | }, { 3752 | "name": "Niue", 3753 | "colors": [{ 3754 | "hex": "#FCD116", 3755 | "percent": 75.8 3756 | }, { 3757 | "hex": "#FEFEFE", 3758 | "percent": 7.05 3759 | }, { 3760 | "hex": "#CF142B", 3761 | "percent": 7.03 3762 | }, { 3763 | "hex": "#002868", 3764 | "percent": 6.73 3765 | }, { 3766 | "hex": "#506B97", 3767 | "percent": 1.23 3768 | }, { 3769 | "hex": "#D95F25", 3770 | "percent": 0.19 3771 | }] 3772 | }, { 3773 | "name": "Northern Cyprus", 3774 | "colors": [{ 3775 | "hex": "#FFFFFF", 3776 | "percent": 73.57 3777 | }, { 3778 | "hex": "#E30A17", 3779 | "percent": 25.28 3780 | }, { 3781 | "hex": "#EA4B55", 3782 | "percent": 0.92 3783 | }, { 3784 | "hex": "#F6AEB2", 3785 | "percent": 0.23 3786 | }] 3787 | }, { 3788 | "name": "Sahrawi Arab Democratic Republic", 3789 | "colors": [{ 3790 | "hex": "#000000", 3791 | "percent": 29.33 3792 | }, { 3793 | "hex": "#007A3D", 3794 | "percent": 29.32 3795 | }, { 3796 | "hex": "#FFFFFF", 3797 | "percent": 21.4 3798 | }, { 3799 | "hex": "#C4111B", 3800 | "percent": 17.33 3801 | }, { 3802 | "hex": "#CE3A42", 3803 | "percent": 0.31 3804 | }, { 3805 | "hex": "#DA6B71", 3806 | "percent": 0.12 3807 | }] 3808 | }, { 3809 | "name": "Somaliland", 3810 | "colors": [{ 3811 | "hex": "#020202", 3812 | "percent": 94.58 3813 | }, { 3814 | "hex": "#006D21", 3815 | "percent": 5.13 3816 | }, { 3817 | "hex": "#9B9F9C", 3818 | "percent": 0.25 3819 | }, { 3820 | "hex": "#2C2C2C", 3821 | "percent": 0.03 3822 | }, { 3823 | "hex": "#6D6D6D", 3824 | "percent": 0.02 3825 | }] 3826 | }, { 3827 | "name": "South Ossetia", 3828 | "colors": [{ 3829 | "hex": "#FFFFFF", 3830 | "percent": 33 3831 | }, { 3832 | "hex": "#FFDF00", 3833 | "percent": 33 3834 | }, { 3835 | "hex": "#FF0000", 3836 | "percent": 32 3837 | }, { 3838 | "hex": "#FF5454", 3839 | "percent": 1 3840 | }, { 3841 | "hex": "#FF8238", 3842 | "percent": 1 3843 | }] 3844 | }, { 3845 | "name": "Taiwan", 3846 | "colors": [{ 3847 | "hex": "#FE0000", 3848 | "percent": 75 3849 | }, { 3850 | "hex": "#000095", 3851 | "percent": 21.31 3852 | }, { 3853 | "hex": "#FEFEFE", 3854 | "percent": 2.45 3855 | }, { 3856 | "hex": "#6666BF", 3857 | "percent": 0.5 3858 | }, { 3859 | "hex": "#CECEEB", 3860 | "percent": 0.43 3861 | }, { 3862 | "hex": "#ABABDC", 3863 | "percent": 0.31 3864 | }] 3865 | }, { 3866 | "name": "Transnistria", 3867 | "colors": [{ 3868 | "hex": "#DE0000", 3869 | "percent": 73.13 3870 | }, { 3871 | "hex": "#009933", 3872 | "percent": 24 3873 | }, { 3874 | "hex": "#6F4D1A", 3875 | "percent": 2 3876 | }, { 3877 | "hex": "#FED200", 3878 | "percent": 0.51 3879 | }, { 3880 | "hex": "#F48E00", 3881 | "percent": 0.37 3882 | }] 3883 | }] 3884 | -------------------------------------------------------------------------------- /framePngs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/0.png -------------------------------------------------------------------------------- /framePngs/0_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/0_o.png -------------------------------------------------------------------------------- /framePngs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/1.png -------------------------------------------------------------------------------- /framePngs/1_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/1_o.png -------------------------------------------------------------------------------- /framePngs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/2.png -------------------------------------------------------------------------------- /framePngs/2_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/2_o.png -------------------------------------------------------------------------------- /framePngs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/3.png -------------------------------------------------------------------------------- /framePngs/3_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/3_o.png -------------------------------------------------------------------------------- /framePngs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/4.png -------------------------------------------------------------------------------- /framePngs/4_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/4_o.png -------------------------------------------------------------------------------- /framePngs/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/5.png -------------------------------------------------------------------------------- /framePngs/5_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/5_o.png -------------------------------------------------------------------------------- /framePngs/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/6.png -------------------------------------------------------------------------------- /framePngs/6_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/6_o.png -------------------------------------------------------------------------------- /framePngs/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/7.png -------------------------------------------------------------------------------- /framePngs/7_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/7_o.png -------------------------------------------------------------------------------- /framePngs/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/8.png -------------------------------------------------------------------------------- /framePngs/8_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/8_o.png -------------------------------------------------------------------------------- /framePngs/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/9.png -------------------------------------------------------------------------------- /framePngs/9_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/9_o.png -------------------------------------------------------------------------------- /framePngs/old/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/old/0.png -------------------------------------------------------------------------------- /framePngs/old/0_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/framePngs/old/0_o.png -------------------------------------------------------------------------------- /generateIndex.js: -------------------------------------------------------------------------------- 1 | "use strict" 2 | 3 | const fs = require('fs') 4 | const countryColors = require('./data/countryColors.js').getAll() 5 | 6 | const parrotsSpans = countryColors.map((countryObject) => { 7 | const name = countryObject.name.toLowerCase().split(' ').join('-') 8 | const src = `/parrots/${name}-parrot.gif`; 9 | const img = `` 10 | const span = `${img}${name}-parrot` 11 | return span 12 | }).join('') 13 | 14 | let index = fs.readFileSync(`index_template.html`, "utf8"); 15 | index = index.replace('{{parrots}}', parrotsSpans); 16 | 17 | fs.writeFileSync("index.html", index, "UTF-8",{'flags': 'w+'}); 18 | -------------------------------------------------------------------------------- /generateParrots.js: -------------------------------------------------------------------------------- 1 | "use strict" 2 | 3 | const fs = require('fs') 4 | const GIFEncoder = require('gifencoder') 5 | const Canvas = require('canvas') 6 | const Image = Canvas.Image 7 | const countryColors = require('./data/countryColors.js').getAll() 8 | const CONFIG = { 9 | source: './framePngs/', 10 | destination: './parrots/', 11 | gifFrames: [ 12 | '0.png', 13 | '1.png', 14 | '2.png', 15 | '3.png', 16 | '4.png', 17 | '5.png', 18 | '6.png', 19 | '7.png', 20 | '8.png', 21 | '9.png', 22 | 23 | ], 24 | gifSize: { 25 | w: 35, 26 | h: 25 27 | } 28 | } 29 | 30 | function renderParrot(colorObject, progress) { 31 | 32 | let encoder = new GIFEncoder(CONFIG.gifSize.w, CONFIG.gifSize.h) 33 | const {name, colors} = colorObject 34 | 35 | encoder.createReadStream() 36 | .pipe(fs.createWriteStream(`${CONFIG.destination}${name.toLowerCase().split(' ').join('-')}-parrot.gif`)) 37 | 38 | encoder.start() 39 | encoder.setRepeat(0) 40 | encoder.setDelay(35) 41 | encoder.setQuality(10) 42 | encoder.setTransparent('#FFFFFF'); 43 | 44 | for(var colorIndex = 0; colorIndex < colors.length; colorIndex++) { 45 | CONFIG.gifFrames.map((frame, frameIndex) => { 46 | let frameCanvas = new Canvas(CONFIG.gifSize.w, CONFIG.gifSize.h) 47 | let frameCtx = frameCanvas.getContext('2d'); 48 | 49 | let buffer = new Canvas(CONFIG.gifSize.w, CONFIG.gifSize.h) 50 | let bufferCtx = buffer.getContext('2d') 51 | 52 | let img = new Canvas.Image 53 | img.src = fs.readFileSync(`${CONFIG.source}${frame}`); 54 | 55 | let imgOutline = new Image() 56 | imgOutline.src = fs.readFileSync(`${CONFIG.source}${frame.replace('.png', '_o.png')}`); 57 | 58 | bufferCtx.drawImage(img,0,0) 59 | bufferCtx.globalCompositeOperation = "source-atop" 60 | 61 | bufferCtx.globalAlpha = ((CONFIG.gifFrames.length - frameIndex) / CONFIG.gifFrames.length) - 0.01 62 | bufferCtx.fillStyle = colors[colorIndex] 63 | bufferCtx.fillRect(0,0, CONFIG.gifSize.w, CONFIG.gifSize.h) 64 | 65 | bufferCtx.globalAlpha = 1.01 - ((CONFIG.gifFrames.length - frameIndex) / CONFIG.gifFrames.length) 66 | bufferCtx.fillStyle = (colors[colorIndex+1] || colors[0]) 67 | bufferCtx.fillRect(0,0,CONFIG.gifSize.w, CONFIG.gifSize.h) 68 | 69 | bufferCtx.drawImage(imgOutline,0,0) 70 | 71 | frameCtx.drawImage(buffer, 0,0); 72 | frameCtx.drawImage(imgOutline,0,0) 73 | 74 | encoder.addFrame(frameCtx); 75 | }) 76 | } 77 | process.stdout.write("\r\x1b[K") 78 | process.stdout.write(`${progress+1} of ${countryColors.length} parrots generated [${colorObject.name}]`); 79 | } 80 | 81 | countryColors.map(renderParrot) 82 | console.log('\ndone!'); 83 | 84 | 85 | -------------------------------------------------------------------------------- /generateZip.js: -------------------------------------------------------------------------------- 1 | const exec = require('child_process').exec; 2 | process.stdout.write(`\nzippin' parrots..`); 3 | 4 | exec('zip -ur parrots parrots', function (error, stdout, stderr) { 5 | if(error) return console.log(error); 6 | console.log('\ndone!'); 7 | }); -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | country parrots 5 | 76 | 77 | 78 |
79 |

Country Parrots

80 |

One parrot for each country

81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 |

API

89 |

http://countryparrots.com/parrots/[country]-parrot.gif

90 | 91 | 92 |
93 | afghanistan-parrotalbania-parrotalgeria-parrotandorra-parrotangola-parrotantigua-and-barbuda-parrotargentina-parrotarmenia-parrotaustralia-parrotaustria-parrotazerbaijan-parrotthe-bahamas-parrotbahrain-parrotbangladesh-parrotbarbados-parrotbelarus-parrotbelgium-parrotbelize-parrotbenin-parrotbhutan-parrotbolivia-parrotbosnia-and-herzegovina-parrotbotswana-parrotbrazil-parrotbrunei-parrotbulgaria-parrotburkina-faso-parrotburundi-parrotcambodia-parrotcameroon-parrotcanada-parrotcape-verde-parrotcentral-african-republic-parrotchad-parrotchile-parrotchina-parrotcolombia-parrotcomoros-parrotdemocratic-republic-of-the-congo-parrotcongo-parrotcosta-rica-parrotcroatia-parrotcuba-parrotcyprus-parrotczech-republic-parrotdenmark-parrotdjibouti-parrotdominica-parrotdominican-republic-parrottimor-leste-parrotecuador-parrotegypt-parrotel-salvador-parrotequatorial-guinea-parroteritrea-parrotestonia-parrotethiopia-parrotfiji-parrotfinland-parrotfrance-parrotgabon-parrotthe-gambia-parrotgeorgia-parrotgermany-parrotghana-parrotgreece-parrotgrenada-parrotguatemala-parrotguinea-parrotguinea-bissau-parrotguyana-parrothaiti-parrothonduras-parrothungary-parroticeland-parrotindia-parrotindonesia-parrotiran-parrotiraq-parrotireland-parrotisrael-parrotitaly-parrotivory-coast-parrotjamaica-parrotjapan-parrotjordan-parrotkazakhstan-parrotkenya-parrotkiribati-parrotnorth-korea-parrotsouth-korea-parrotkuwait-parrotkyrgyzstan-parrotlaos-parrotlatvia-parrotlebanon-parrotlesotho-parrotliberia-parrotlibya-parrotliechtenstein-parrotlithuania-parrotluxembourg-parrotmacedonia-parrotmadagascar-parrotmalawi-parrotmalaysia-parrotmaldives-parrotmali-parrotmalta-parrotmarshall-islands-parrotmauritania-parrotmauritius-parrotmexico-parrotfs-micronesia-parrotmoldova-parrotmonaco-parrotmongolia-parrotmontenegro-parrotmorocco-parrotmozambique-parrotmyanmar-parrotnamibia-parrotnauru-parrotnepal-parrotkingdom-of-the-netherlands-parrotnew-zealand-parrotnicaragua-parrotniger-parrotnigeria-parrotnorway-parrotoman-parrotpakistan-parrotpalau-parrotstate-of-palestine-parrotpanama-parrotpapua-new-guinea-parrotparaguay-parrotperu-parrotphilippines-parrotpoland-parrotportugal-parrotpuerto-rico-parrotqatar-parrotromania-parrotrussia-parrotrwanda-parrotsaint-kitts-and-nevis-parrotsaint-lucia-parrotsaint-vincent-and-the-grenadines-parrotsamoa-parrotsan-marino-parrotsão-tomé-and-príncipe-parrotsaudi-arabia-parrotsenegal-parrotserbia-parrotseychelles-parrotsierra-leone-parrotsingapore-parrotslovakia-parrotslovenia-parrotsolomon-islands-parrotsomalia-parrotsouth-africa-parrotsouth-sudan-parrotspain-parrotsri-lanka-parrotsudan-parrotsuriname-parrotswaziland-parrotsweden-parrotswitzerland-parrotsyria-parrottajikistan-parrottanzania-parrotthailand-parrottogo-parrottonga-parrottrinidad-and-tobago-parrottunisia-parrotturkey-parrotturkmenistan-parrottuvalu-parrotuganda-parrotukraine-parrotunited-arab-emirates-parrotunited-kingdom-parrotunited-states-parroturuguay-parrotuzbekistan-parrotvanuatu-parrotvatican-city-parrotvenezuela-parrotvietnam-parrotyemen-parrotzambia-parrotzimbabwe-parrotabkhazia-parrotcook-islands-parrotkosovo-parrotnagorno-karabakh-republic-parrotniue-parrotnorthern-cyprus-parrotsahrawi-arab-democratic-republic-parrotsomaliland-parrotsouth-ossetia-parrottaiwan-parrottransnistria-parrot 94 |
95 | 96 |

97 | by @reimertz 98 |

99 |
100 | 110 | 111 | 112 | -------------------------------------------------------------------------------- /index_template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | country parrots 5 | 76 | 77 | 78 |
79 |

Country Parrots

80 |

One parrot for each country

81 | 82 | 83 | 84 | 85 | 86 |

API

87 |

http://countryparrots.com/parrots/[country]-parrot.gif

88 | 89 | 90 |
91 | {{parrots}} 92 |
93 | 94 |

95 | by @reimertz 96 |

97 |
98 | 108 | 109 | 110 | -------------------------------------------------------------------------------- /optimizeGifs.js: -------------------------------------------------------------------------------- 1 | const exec = require('child_process').exec; 2 | process.stdout.write(`\noptimizing parrots..`); 3 | 4 | exec('imageoptim -d parrots', function (error, stdout, stderr) { 5 | if(error) return console.log(error); 6 | console.log('\ndone!'); 7 | }); -------------------------------------------------------------------------------- /package-lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "country-parrots", 3 | "version": "1.0.0", 4 | "lockfileVersion": 1, 5 | "requires": true, 6 | "dependencies": { 7 | "archiver": { 8 | "version": "1.3.0", 9 | "resolved": "https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz", 10 | "integrity": "sha1-TyGU1tj5nfP1MeaIHxTxXVX6ryI=", 11 | "dev": true, 12 | "requires": { 13 | "archiver-utils": "1.3.0", 14 | "async": "2.6.0", 15 | "buffer-crc32": "0.2.13", 16 | "glob": "7.1.2", 17 | "lodash": "4.17.4", 18 | "readable-stream": "2.3.3", 19 | "tar-stream": "1.5.5", 20 | "walkdir": "0.0.11", 21 | "zip-stream": "1.2.0" 22 | } 23 | }, 24 | "archiver-utils": { 25 | "version": "1.3.0", 26 | "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz", 27 | "integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=", 28 | "dev": true, 29 | "requires": { 30 | "glob": "7.1.2", 31 | "graceful-fs": "4.1.11", 32 | "lazystream": "1.0.0", 33 | "lodash": "4.17.4", 34 | "normalize-path": "2.1.1", 35 | "readable-stream": "2.3.3" 36 | } 37 | }, 38 | "async": { 39 | "version": "2.6.0", 40 | "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", 41 | "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", 42 | "dev": true, 43 | "requires": { 44 | "lodash": "4.17.4" 45 | } 46 | }, 47 | "balanced-match": { 48 | "version": "1.0.0", 49 | "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", 50 | "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", 51 | "dev": true 52 | }, 53 | "bl": { 54 | "version": "1.2.1", 55 | "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.1.tgz", 56 | "integrity": "sha1-ysMo977kVzDUBLaSID/LWQ4XLV4=", 57 | "dev": true, 58 | "requires": { 59 | "readable-stream": "2.3.3" 60 | } 61 | }, 62 | "brace-expansion": { 63 | "version": "1.1.8", 64 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", 65 | "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", 66 | "dev": true, 67 | "requires": { 68 | "balanced-match": "1.0.0", 69 | "concat-map": "0.0.1" 70 | } 71 | }, 72 | "buffer-crc32": { 73 | "version": "0.2.13", 74 | "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", 75 | "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", 76 | "dev": true 77 | }, 78 | "canvas": { 79 | "version": "1.6.9", 80 | "resolved": "https://registry.npmjs.org/canvas/-/canvas-1.6.9.tgz", 81 | "integrity": "sha1-4/lc7HsWvy1vP8clwC2UDTJY9ps=", 82 | "dev": true, 83 | "requires": { 84 | "nan": "2.8.0" 85 | } 86 | }, 87 | "compress-commons": { 88 | "version": "1.2.2", 89 | "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.2.tgz", 90 | "integrity": "sha1-UkqfEJA/OoEzibAiXSfEi7dRiQ8=", 91 | "dev": true, 92 | "requires": { 93 | "buffer-crc32": "0.2.13", 94 | "crc32-stream": "2.0.0", 95 | "normalize-path": "2.1.1", 96 | "readable-stream": "2.3.3" 97 | } 98 | }, 99 | "concat-map": { 100 | "version": "0.0.1", 101 | "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", 102 | "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", 103 | "dev": true 104 | }, 105 | "core-util-is": { 106 | "version": "1.0.2", 107 | "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", 108 | "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", 109 | "dev": true 110 | }, 111 | "crc": { 112 | "version": "3.5.0", 113 | "resolved": "https://registry.npmjs.org/crc/-/crc-3.5.0.tgz", 114 | "integrity": "sha1-mLi6fUiWZbo5efWbITgTdBAaGWQ=", 115 | "dev": true 116 | }, 117 | "crc32-stream": { 118 | "version": "2.0.0", 119 | "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz", 120 | "integrity": "sha1-483TtN8xaN10494/u8t7KX/pCPQ=", 121 | "dev": true, 122 | "requires": { 123 | "crc": "3.5.0", 124 | "readable-stream": "2.3.3" 125 | } 126 | }, 127 | "end-of-stream": { 128 | "version": "1.4.1", 129 | "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", 130 | "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", 131 | "dev": true, 132 | "requires": { 133 | "once": "1.4.0" 134 | } 135 | }, 136 | "fs.realpath": { 137 | "version": "1.0.0", 138 | "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 139 | "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", 140 | "dev": true 141 | }, 142 | "gifencoder": { 143 | "version": "git+https://github.com/heikkipora/gifencoder.git#f2048f799822ee1dab88e75aa2897bb7c702abd5", 144 | "dev": true 145 | }, 146 | "glob": { 147 | "version": "7.1.2", 148 | "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", 149 | "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", 150 | "dev": true, 151 | "requires": { 152 | "fs.realpath": "1.0.0", 153 | "inflight": "1.0.6", 154 | "inherits": "2.0.3", 155 | "minimatch": "3.0.4", 156 | "once": "1.4.0", 157 | "path-is-absolute": "1.0.1" 158 | } 159 | }, 160 | "graceful-fs": { 161 | "version": "4.1.11", 162 | "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", 163 | "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", 164 | "dev": true 165 | }, 166 | "imageoptim-cli": { 167 | "version": "1.15.4", 168 | "resolved": "https://registry.npmjs.org/imageoptim-cli/-/imageoptim-cli-1.15.4.tgz", 169 | "integrity": "sha512-ks9Q7dQ1eRUJV8mJtGHtVqdN7hgvkJRyNnzxgcpOq86SSa+sDu+UtJ/l7RncPrWGb8eO2L/o/UMbiMPnfxeeGQ==", 170 | "dev": true 171 | }, 172 | "inflight": { 173 | "version": "1.0.6", 174 | "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 175 | "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", 176 | "dev": true, 177 | "requires": { 178 | "once": "1.4.0", 179 | "wrappy": "1.0.2" 180 | } 181 | }, 182 | "inherits": { 183 | "version": "2.0.3", 184 | "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", 185 | "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", 186 | "dev": true 187 | }, 188 | "isarray": { 189 | "version": "1.0.0", 190 | "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", 191 | "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", 192 | "dev": true 193 | }, 194 | "lazystream": { 195 | "version": "1.0.0", 196 | "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", 197 | "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", 198 | "dev": true, 199 | "requires": { 200 | "readable-stream": "2.3.3" 201 | } 202 | }, 203 | "lodash": { 204 | "version": "4.17.4", 205 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", 206 | "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", 207 | "dev": true 208 | }, 209 | "minimatch": { 210 | "version": "3.0.4", 211 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", 212 | "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", 213 | "dev": true, 214 | "requires": { 215 | "brace-expansion": "1.1.8" 216 | } 217 | }, 218 | "nan": { 219 | "version": "2.8.0", 220 | "resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz", 221 | "integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=", 222 | "dev": true 223 | }, 224 | "normalize-path": { 225 | "version": "2.1.1", 226 | "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", 227 | "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", 228 | "dev": true, 229 | "requires": { 230 | "remove-trailing-separator": "1.1.0" 231 | } 232 | }, 233 | "once": { 234 | "version": "1.4.0", 235 | "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 236 | "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", 237 | "dev": true, 238 | "requires": { 239 | "wrappy": "1.0.2" 240 | } 241 | }, 242 | "path-is-absolute": { 243 | "version": "1.0.1", 244 | "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 245 | "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", 246 | "dev": true 247 | }, 248 | "process-nextick-args": { 249 | "version": "1.0.7", 250 | "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", 251 | "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", 252 | "dev": true 253 | }, 254 | "readable-stream": { 255 | "version": "2.3.3", 256 | "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", 257 | "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", 258 | "dev": true, 259 | "requires": { 260 | "core-util-is": "1.0.2", 261 | "inherits": "2.0.3", 262 | "isarray": "1.0.0", 263 | "process-nextick-args": "1.0.7", 264 | "safe-buffer": "5.1.1", 265 | "string_decoder": "1.0.3", 266 | "util-deprecate": "1.0.2" 267 | } 268 | }, 269 | "remove-trailing-separator": { 270 | "version": "1.1.0", 271 | "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", 272 | "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", 273 | "dev": true 274 | }, 275 | "safe-buffer": { 276 | "version": "5.1.1", 277 | "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", 278 | "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==", 279 | "dev": true 280 | }, 281 | "string_decoder": { 282 | "version": "1.0.3", 283 | "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", 284 | "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", 285 | "dev": true, 286 | "requires": { 287 | "safe-buffer": "5.1.1" 288 | } 289 | }, 290 | "tar-stream": { 291 | "version": "1.5.5", 292 | "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.5.tgz", 293 | "integrity": "sha512-mQdgLPc/Vjfr3VWqWbfxW8yQNiJCbAZ+Gf6GDu1Cy0bdb33ofyiNGBtAY96jHFhDuivCwgW1H9DgTON+INiXgg==", 294 | "dev": true, 295 | "requires": { 296 | "bl": "1.2.1", 297 | "end-of-stream": "1.4.1", 298 | "readable-stream": "2.3.3", 299 | "xtend": "4.0.1" 300 | } 301 | }, 302 | "util-deprecate": { 303 | "version": "1.0.2", 304 | "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 305 | "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", 306 | "dev": true 307 | }, 308 | "walkdir": { 309 | "version": "0.0.11", 310 | "resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.0.11.tgz", 311 | "integrity": "sha1-oW0CXrkxvQO1LzCMrtD0D86+lTI=", 312 | "dev": true 313 | }, 314 | "wrappy": { 315 | "version": "1.0.2", 316 | "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 317 | "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", 318 | "dev": true 319 | }, 320 | "xtend": { 321 | "version": "4.0.1", 322 | "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", 323 | "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", 324 | "dev": true 325 | }, 326 | "zip-stream": { 327 | "version": "1.2.0", 328 | "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.2.0.tgz", 329 | "integrity": "sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ=", 330 | "dev": true, 331 | "requires": { 332 | "archiver-utils": "1.3.0", 333 | "compress-commons": "1.2.2", 334 | "lodash": "4.17.4", 335 | "readable-stream": "2.3.3" 336 | } 337 | } 338 | } 339 | } 340 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "country-parrots", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "generate-parrots": "npm run generate-gifs && npm run optimize-gifs && npm run generate-index && npm run generate-zip", 8 | "generate-gifs": "rm parrots.zip;rm -rf parrots/;mkdir parrots; node generateParrots.js", 9 | "optimize-gifs": "node optimizeGifs.js", 10 | "generate-index": "node generateIndex.js", 11 | "generate-zip": "node generateZip.js" 12 | }, 13 | "author": "", 14 | "license": "ISC", 15 | "devDependencies": { 16 | "archiver": "^1.0.0", 17 | "canvas": "^1.3.16", 18 | "gifencoder": "git+https://github.com/heikkipora/gifencoder.git", 19 | "imageoptim-cli": "^1.14.8" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /parrots.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots.zip -------------------------------------------------------------------------------- /parrots/abkhazia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/abkhazia-parrot.gif -------------------------------------------------------------------------------- /parrots/afghanistan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/afghanistan-parrot.gif -------------------------------------------------------------------------------- /parrots/albania-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/albania-parrot.gif -------------------------------------------------------------------------------- /parrots/algeria-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/algeria-parrot.gif -------------------------------------------------------------------------------- /parrots/andorra-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/andorra-parrot.gif -------------------------------------------------------------------------------- /parrots/angola-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/angola-parrot.gif -------------------------------------------------------------------------------- /parrots/antigua-and-barbuda-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/antigua-and-barbuda-parrot.gif -------------------------------------------------------------------------------- /parrots/argentina-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/argentina-parrot.gif -------------------------------------------------------------------------------- /parrots/armenia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/armenia-parrot.gif -------------------------------------------------------------------------------- /parrots/australia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/australia-parrot.gif -------------------------------------------------------------------------------- /parrots/austria-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/austria-parrot.gif -------------------------------------------------------------------------------- /parrots/azerbaijan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/azerbaijan-parrot.gif -------------------------------------------------------------------------------- /parrots/bahrain-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/bahrain-parrot.gif -------------------------------------------------------------------------------- /parrots/bangladesh-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/bangladesh-parrot.gif -------------------------------------------------------------------------------- /parrots/barbados-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/barbados-parrot.gif -------------------------------------------------------------------------------- /parrots/belarus-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/belarus-parrot.gif -------------------------------------------------------------------------------- /parrots/belgium-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/belgium-parrot.gif -------------------------------------------------------------------------------- /parrots/belize-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/belize-parrot.gif -------------------------------------------------------------------------------- /parrots/benin-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/benin-parrot.gif -------------------------------------------------------------------------------- /parrots/bhutan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/bhutan-parrot.gif -------------------------------------------------------------------------------- /parrots/bolivia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/bolivia-parrot.gif -------------------------------------------------------------------------------- /parrots/bosnia-and-herzegovina-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/bosnia-and-herzegovina-parrot.gif -------------------------------------------------------------------------------- /parrots/botswana-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/botswana-parrot.gif -------------------------------------------------------------------------------- /parrots/brazil-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/brazil-parrot.gif -------------------------------------------------------------------------------- /parrots/brunei-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/brunei-parrot.gif -------------------------------------------------------------------------------- /parrots/bulgaria-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/bulgaria-parrot.gif -------------------------------------------------------------------------------- /parrots/burkina-faso-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/burkina-faso-parrot.gif -------------------------------------------------------------------------------- /parrots/burundi-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/burundi-parrot.gif -------------------------------------------------------------------------------- /parrots/cambodia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/cambodia-parrot.gif -------------------------------------------------------------------------------- /parrots/cameroon-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/cameroon-parrot.gif -------------------------------------------------------------------------------- /parrots/canada-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/canada-parrot.gif -------------------------------------------------------------------------------- /parrots/cape-verde-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/cape-verde-parrot.gif -------------------------------------------------------------------------------- /parrots/central-african-republic-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/central-african-republic-parrot.gif -------------------------------------------------------------------------------- /parrots/chad-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/chad-parrot.gif -------------------------------------------------------------------------------- /parrots/chile-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/chile-parrot.gif -------------------------------------------------------------------------------- /parrots/china-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/china-parrot.gif -------------------------------------------------------------------------------- /parrots/colombia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/colombia-parrot.gif -------------------------------------------------------------------------------- /parrots/comoros-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/comoros-parrot.gif -------------------------------------------------------------------------------- /parrots/congo-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/congo-parrot.gif -------------------------------------------------------------------------------- /parrots/cook-islands-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/cook-islands-parrot.gif -------------------------------------------------------------------------------- /parrots/costa-rica-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/costa-rica-parrot.gif -------------------------------------------------------------------------------- /parrots/croatia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/croatia-parrot.gif -------------------------------------------------------------------------------- /parrots/cuba-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/cuba-parrot.gif -------------------------------------------------------------------------------- /parrots/cyprus-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/cyprus-parrot.gif -------------------------------------------------------------------------------- /parrots/czech-republic-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/czech-republic-parrot.gif -------------------------------------------------------------------------------- /parrots/democratic-republic-of-the-congo-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/democratic-republic-of-the-congo-parrot.gif -------------------------------------------------------------------------------- /parrots/denmark-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/denmark-parrot.gif -------------------------------------------------------------------------------- /parrots/djibouti-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/djibouti-parrot.gif -------------------------------------------------------------------------------- /parrots/dominica-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/dominica-parrot.gif -------------------------------------------------------------------------------- /parrots/dominican-republic-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/dominican-republic-parrot.gif -------------------------------------------------------------------------------- /parrots/ecuador-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/ecuador-parrot.gif -------------------------------------------------------------------------------- /parrots/egypt-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/egypt-parrot.gif -------------------------------------------------------------------------------- /parrots/el-salvador-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/el-salvador-parrot.gif -------------------------------------------------------------------------------- /parrots/equatorial-guinea-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/equatorial-guinea-parrot.gif -------------------------------------------------------------------------------- /parrots/eritrea-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/eritrea-parrot.gif -------------------------------------------------------------------------------- /parrots/estonia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/estonia-parrot.gif -------------------------------------------------------------------------------- /parrots/ethiopia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/ethiopia-parrot.gif -------------------------------------------------------------------------------- /parrots/fiji-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/fiji-parrot.gif -------------------------------------------------------------------------------- /parrots/finland-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/finland-parrot.gif -------------------------------------------------------------------------------- /parrots/france-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/france-parrot.gif -------------------------------------------------------------------------------- /parrots/fs-micronesia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/fs-micronesia-parrot.gif -------------------------------------------------------------------------------- /parrots/gabon-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/gabon-parrot.gif -------------------------------------------------------------------------------- /parrots/georgia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/georgia-parrot.gif -------------------------------------------------------------------------------- /parrots/germany-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/germany-parrot.gif -------------------------------------------------------------------------------- /parrots/ghana-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/ghana-parrot.gif -------------------------------------------------------------------------------- /parrots/greece-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/greece-parrot.gif -------------------------------------------------------------------------------- /parrots/grenada-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/grenada-parrot.gif -------------------------------------------------------------------------------- /parrots/guatemala-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/guatemala-parrot.gif -------------------------------------------------------------------------------- /parrots/guinea-bissau-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/guinea-bissau-parrot.gif -------------------------------------------------------------------------------- /parrots/guinea-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/guinea-parrot.gif -------------------------------------------------------------------------------- /parrots/guyana-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/guyana-parrot.gif -------------------------------------------------------------------------------- /parrots/haiti-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/haiti-parrot.gif -------------------------------------------------------------------------------- /parrots/honduras-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/honduras-parrot.gif -------------------------------------------------------------------------------- /parrots/hungary-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/hungary-parrot.gif -------------------------------------------------------------------------------- /parrots/iceland-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/iceland-parrot.gif -------------------------------------------------------------------------------- /parrots/india-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/india-parrot.gif -------------------------------------------------------------------------------- /parrots/indonesia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/indonesia-parrot.gif -------------------------------------------------------------------------------- /parrots/iran-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/iran-parrot.gif -------------------------------------------------------------------------------- /parrots/iraq-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/iraq-parrot.gif -------------------------------------------------------------------------------- /parrots/ireland-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/ireland-parrot.gif -------------------------------------------------------------------------------- /parrots/israel-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/israel-parrot.gif -------------------------------------------------------------------------------- /parrots/italy-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/italy-parrot.gif -------------------------------------------------------------------------------- /parrots/ivory-coast-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/ivory-coast-parrot.gif -------------------------------------------------------------------------------- /parrots/jamaica-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/jamaica-parrot.gif -------------------------------------------------------------------------------- /parrots/japan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/japan-parrot.gif -------------------------------------------------------------------------------- /parrots/jordan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/jordan-parrot.gif -------------------------------------------------------------------------------- /parrots/kazakhstan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/kazakhstan-parrot.gif -------------------------------------------------------------------------------- /parrots/kenya-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/kenya-parrot.gif -------------------------------------------------------------------------------- /parrots/kingdom-of-the-netherlands-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/kingdom-of-the-netherlands-parrot.gif -------------------------------------------------------------------------------- /parrots/kiribati-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/kiribati-parrot.gif -------------------------------------------------------------------------------- /parrots/kosovo-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/kosovo-parrot.gif -------------------------------------------------------------------------------- /parrots/kuwait-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/kuwait-parrot.gif -------------------------------------------------------------------------------- /parrots/kyrgyzstan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/kyrgyzstan-parrot.gif -------------------------------------------------------------------------------- /parrots/laos-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/laos-parrot.gif -------------------------------------------------------------------------------- /parrots/latvia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/latvia-parrot.gif -------------------------------------------------------------------------------- /parrots/lebanon-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/lebanon-parrot.gif -------------------------------------------------------------------------------- /parrots/lesotho-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/lesotho-parrot.gif -------------------------------------------------------------------------------- /parrots/liberia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/liberia-parrot.gif -------------------------------------------------------------------------------- /parrots/libya-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/libya-parrot.gif -------------------------------------------------------------------------------- /parrots/liechtenstein-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/liechtenstein-parrot.gif -------------------------------------------------------------------------------- /parrots/lithuania-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/lithuania-parrot.gif -------------------------------------------------------------------------------- /parrots/luxembourg-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/luxembourg-parrot.gif -------------------------------------------------------------------------------- /parrots/macedonia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/macedonia-parrot.gif -------------------------------------------------------------------------------- /parrots/madagascar-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/madagascar-parrot.gif -------------------------------------------------------------------------------- /parrots/malawi-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/malawi-parrot.gif -------------------------------------------------------------------------------- /parrots/malaysia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/malaysia-parrot.gif -------------------------------------------------------------------------------- /parrots/maldives-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/maldives-parrot.gif -------------------------------------------------------------------------------- /parrots/mali-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/mali-parrot.gif -------------------------------------------------------------------------------- /parrots/malta-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/malta-parrot.gif -------------------------------------------------------------------------------- /parrots/marshall-islands-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/marshall-islands-parrot.gif -------------------------------------------------------------------------------- /parrots/mauritania-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/mauritania-parrot.gif -------------------------------------------------------------------------------- /parrots/mauritius-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/mauritius-parrot.gif -------------------------------------------------------------------------------- /parrots/mexico-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/mexico-parrot.gif -------------------------------------------------------------------------------- /parrots/moldova-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/moldova-parrot.gif -------------------------------------------------------------------------------- /parrots/monaco-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/monaco-parrot.gif -------------------------------------------------------------------------------- /parrots/mongolia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/mongolia-parrot.gif -------------------------------------------------------------------------------- /parrots/montenegro-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/montenegro-parrot.gif -------------------------------------------------------------------------------- /parrots/morocco-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/morocco-parrot.gif -------------------------------------------------------------------------------- /parrots/mozambique-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/mozambique-parrot.gif -------------------------------------------------------------------------------- /parrots/myanmar-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/myanmar-parrot.gif -------------------------------------------------------------------------------- /parrots/nagorno-karabakh-republic-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/nagorno-karabakh-republic-parrot.gif -------------------------------------------------------------------------------- /parrots/namibia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/namibia-parrot.gif -------------------------------------------------------------------------------- /parrots/nauru-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/nauru-parrot.gif -------------------------------------------------------------------------------- /parrots/nepal-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/nepal-parrot.gif -------------------------------------------------------------------------------- /parrots/new-zealand-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/new-zealand-parrot.gif -------------------------------------------------------------------------------- /parrots/nicaragua-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/nicaragua-parrot.gif -------------------------------------------------------------------------------- /parrots/niger-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/niger-parrot.gif -------------------------------------------------------------------------------- /parrots/nigeria-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/nigeria-parrot.gif -------------------------------------------------------------------------------- /parrots/niue-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/niue-parrot.gif -------------------------------------------------------------------------------- /parrots/north-korea-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/north-korea-parrot.gif -------------------------------------------------------------------------------- /parrots/northern-cyprus-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/northern-cyprus-parrot.gif -------------------------------------------------------------------------------- /parrots/norway-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/norway-parrot.gif -------------------------------------------------------------------------------- /parrots/oman-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/oman-parrot.gif -------------------------------------------------------------------------------- /parrots/pakistan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/pakistan-parrot.gif -------------------------------------------------------------------------------- /parrots/palau-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/palau-parrot.gif -------------------------------------------------------------------------------- /parrots/panama-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/panama-parrot.gif -------------------------------------------------------------------------------- /parrots/papua-new-guinea-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/papua-new-guinea-parrot.gif -------------------------------------------------------------------------------- /parrots/paraguay-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/paraguay-parrot.gif -------------------------------------------------------------------------------- /parrots/peru-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/peru-parrot.gif -------------------------------------------------------------------------------- /parrots/philippines-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/philippines-parrot.gif -------------------------------------------------------------------------------- /parrots/poland-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/poland-parrot.gif -------------------------------------------------------------------------------- /parrots/portugal-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/portugal-parrot.gif -------------------------------------------------------------------------------- /parrots/puerto-rico-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/puerto-rico-parrot.gif -------------------------------------------------------------------------------- /parrots/qatar-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/qatar-parrot.gif -------------------------------------------------------------------------------- /parrots/romania-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/romania-parrot.gif -------------------------------------------------------------------------------- /parrots/russia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/russia-parrot.gif -------------------------------------------------------------------------------- /parrots/rwanda-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/rwanda-parrot.gif -------------------------------------------------------------------------------- /parrots/sahrawi-arab-democratic-republic-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/sahrawi-arab-democratic-republic-parrot.gif -------------------------------------------------------------------------------- /parrots/saint-kitts-and-nevis-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/saint-kitts-and-nevis-parrot.gif -------------------------------------------------------------------------------- /parrots/saint-lucia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/saint-lucia-parrot.gif -------------------------------------------------------------------------------- /parrots/saint-vincent-and-the-grenadines-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/saint-vincent-and-the-grenadines-parrot.gif -------------------------------------------------------------------------------- /parrots/samoa-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/samoa-parrot.gif -------------------------------------------------------------------------------- /parrots/san-marino-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/san-marino-parrot.gif -------------------------------------------------------------------------------- /parrots/saudi-arabia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/saudi-arabia-parrot.gif -------------------------------------------------------------------------------- /parrots/senegal-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/senegal-parrot.gif -------------------------------------------------------------------------------- /parrots/serbia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/serbia-parrot.gif -------------------------------------------------------------------------------- /parrots/seychelles-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/seychelles-parrot.gif -------------------------------------------------------------------------------- /parrots/sierra-leone-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/sierra-leone-parrot.gif -------------------------------------------------------------------------------- /parrots/singapore-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/singapore-parrot.gif -------------------------------------------------------------------------------- /parrots/slovakia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/slovakia-parrot.gif -------------------------------------------------------------------------------- /parrots/slovenia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/slovenia-parrot.gif -------------------------------------------------------------------------------- /parrots/solomon-islands-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/solomon-islands-parrot.gif -------------------------------------------------------------------------------- /parrots/somalia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/somalia-parrot.gif -------------------------------------------------------------------------------- /parrots/somaliland-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/somaliland-parrot.gif -------------------------------------------------------------------------------- /parrots/south-africa-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/south-africa-parrot.gif -------------------------------------------------------------------------------- /parrots/south-korea-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/south-korea-parrot.gif -------------------------------------------------------------------------------- /parrots/south-ossetia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/south-ossetia-parrot.gif -------------------------------------------------------------------------------- /parrots/south-sudan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/south-sudan-parrot.gif -------------------------------------------------------------------------------- /parrots/spain-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/spain-parrot.gif -------------------------------------------------------------------------------- /parrots/sri-lanka-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/sri-lanka-parrot.gif -------------------------------------------------------------------------------- /parrots/state-of-palestine-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/state-of-palestine-parrot.gif -------------------------------------------------------------------------------- /parrots/sudan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/sudan-parrot.gif -------------------------------------------------------------------------------- /parrots/suriname-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/suriname-parrot.gif -------------------------------------------------------------------------------- /parrots/swaziland-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/swaziland-parrot.gif -------------------------------------------------------------------------------- /parrots/sweden-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/sweden-parrot.gif -------------------------------------------------------------------------------- /parrots/switzerland-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/switzerland-parrot.gif -------------------------------------------------------------------------------- /parrots/syria-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/syria-parrot.gif -------------------------------------------------------------------------------- /parrots/são-tomé-and-príncipe-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/são-tomé-and-príncipe-parrot.gif -------------------------------------------------------------------------------- /parrots/taiwan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/taiwan-parrot.gif -------------------------------------------------------------------------------- /parrots/tajikistan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/tajikistan-parrot.gif -------------------------------------------------------------------------------- /parrots/tanzania-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/tanzania-parrot.gif -------------------------------------------------------------------------------- /parrots/thailand-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/thailand-parrot.gif -------------------------------------------------------------------------------- /parrots/the-bahamas-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/the-bahamas-parrot.gif -------------------------------------------------------------------------------- /parrots/the-gambia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/the-gambia-parrot.gif -------------------------------------------------------------------------------- /parrots/timor-leste-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/timor-leste-parrot.gif -------------------------------------------------------------------------------- /parrots/togo-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/togo-parrot.gif -------------------------------------------------------------------------------- /parrots/tonga-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/tonga-parrot.gif -------------------------------------------------------------------------------- /parrots/transnistria-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/transnistria-parrot.gif -------------------------------------------------------------------------------- /parrots/trinidad-and-tobago-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/trinidad-and-tobago-parrot.gif -------------------------------------------------------------------------------- /parrots/tunisia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/tunisia-parrot.gif -------------------------------------------------------------------------------- /parrots/turkey-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/turkey-parrot.gif -------------------------------------------------------------------------------- /parrots/turkmenistan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/turkmenistan-parrot.gif -------------------------------------------------------------------------------- /parrots/tuvalu-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/tuvalu-parrot.gif -------------------------------------------------------------------------------- /parrots/uganda-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/uganda-parrot.gif -------------------------------------------------------------------------------- /parrots/ukraine-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/ukraine-parrot.gif -------------------------------------------------------------------------------- /parrots/united-arab-emirates-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/united-arab-emirates-parrot.gif -------------------------------------------------------------------------------- /parrots/united-kingdom-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/united-kingdom-parrot.gif -------------------------------------------------------------------------------- /parrots/united-states-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/united-states-parrot.gif -------------------------------------------------------------------------------- /parrots/uruguay-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/uruguay-parrot.gif -------------------------------------------------------------------------------- /parrots/uzbekistan-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/uzbekistan-parrot.gif -------------------------------------------------------------------------------- /parrots/vanuatu-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/vanuatu-parrot.gif -------------------------------------------------------------------------------- /parrots/vatican-city-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/vatican-city-parrot.gif -------------------------------------------------------------------------------- /parrots/venezuela-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/venezuela-parrot.gif -------------------------------------------------------------------------------- /parrots/vietnam-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/vietnam-parrot.gif -------------------------------------------------------------------------------- /parrots/yemen-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/yemen-parrot.gif -------------------------------------------------------------------------------- /parrots/zambia-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/zambia-parrot.gif -------------------------------------------------------------------------------- /parrots/zimbabwe-parrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reimertz/countryparrots/8f4d18e9d24936fa9c2c3badbd9cda1882e49c90/parrots/zimbabwe-parrot.gif --------------------------------------------------------------------------------