├── .DS_Store ├── .github └── ISSUE_TEMPLATE │ └── feature_request.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Contributors.md ├── JSON Files ├── .DS_Store ├── Country-&its-land-area.json ├── Dogs.json ├── Yoga.json ├── cheatsheetlinks.json ├── country's_calling_code.json ├── country-&-its-capital-city.json ├── country-&-its-currency.json ├── country-&-its-independence-date.json ├── country-&-its-languages.json ├── emoji.json ├── infofilenames.json ├── jobs.json └── movies.json ├── LICENSE ├── Project-Core ├── .DS_Store ├── project.html └── script.js ├── README.md ├── UI UX ├── UI one.png └── UIUX.md └── mediafiles ├── OneStopInfo.png └── Onestopinfo.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekGuy-29/OneStopInfo/7517d6edf386772ef1bf912c8a91481f4055effd/.DS_Store -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. 21 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | We as members, contributors, and leaders pledge to make participation in our 6 | community a harassment-free experience for everyone, regardless of age, body 7 | size, visible or invisible disability, ethnicity, sex characteristics, gender 8 | identity and expression, level of experience, education, socio-economic status, 9 | nationality, personal appearance, race, caste, color, religion, or sexual 10 | identity and orientation. 11 | 12 | We pledge to act and interact in ways that contribute to an open, welcoming, 13 | diverse, inclusive, and healthy community. 14 | 15 | ## Our Standards 16 | 17 | Examples of behavior that contributes to a positive environment for our 18 | community include: 19 | 20 | - Demonstrating empathy and kindness toward other people 21 | - Being respectful of differing opinions, viewpoints, and experiences 22 | - Giving and gracefully accepting constructive feedback 23 | - Accepting responsibility and apologizing to those affected by our mistakes, 24 | and learning from the experience 25 | - Focusing on what is best not just for us as individuals, but for the overall 26 | community 27 | 28 | Examples of unacceptable behavior include: 29 | 30 | - The use of sexualized language or imagery, and sexual attention or advances of 31 | any kind 32 | - Trolling, insulting or derogatory comments, and personal or political attacks 33 | - Public or private harassment 34 | - Publishing others' private information, such as a physical or email address, 35 | without their explicit permission 36 | - Other conduct which could reasonably be considered inappropriate in a 37 | professional setting 38 | 39 | ## Enforcement Responsibilities 40 | 41 | Community leaders are responsible for clarifying and enforcing our standards of 42 | acceptable behavior and will take appropriate and fair corrective action in 43 | response to any behavior that they deem inappropriate, threatening, offensive, 44 | or harmful. 45 | 46 | Community leaders have the right and responsibility to remove, edit, or reject 47 | comments, commits, code, wiki edits, issues, and other contributions that are 48 | not aligned to this Code of Conduct, and will communicate reasons for moderation 49 | decisions when appropriate. 50 | 51 | ## Scope 52 | 53 | This Code of Conduct applies within all community spaces, and also applies when 54 | an individual is officially representing the community in public spaces. 55 | Examples of representing our community include using an official e-mail address, 56 | posting via an official social media account, or acting as an appointed 57 | representative at an online or offline event. 58 | 59 | ## Enforcement 60 | 61 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 62 | reported to the community leaders responsible for enforcement. 63 | 64 | All complaints will be reviewed and investigated promptly and fairly. 65 | 66 | All community leaders are obligated to respect the privacy and security of the 67 | reporter of any incident. 68 | 69 | ## Enforcement Guidelines 70 | 71 | Community leaders will follow these Community Impact Guidelines in determining 72 | the consequences for any action they deem in violation of this Code of Conduct: 73 | 74 | ### 1. Correction 75 | 76 | **Community Impact**: Use of inappropriate language or other behavior deemed 77 | unprofessional or unwelcome in the community. 78 | 79 | **Consequence**: A private, written warning from community leaders, providing 80 | clarity around the nature of the violation and an explanation of why the 81 | behavior was inappropriate. A public apology may be requested. 82 | 83 | ### 2. Warning 84 | 85 | **Community Impact**: A violation through a single incident or series of 86 | actions. 87 | 88 | **Consequence**: A warning with consequences for continued behavior. No 89 | interaction with the people involved, including unsolicited interaction with 90 | those enforcing the Code of Conduct, for a specified period of time. This 91 | includes avoiding interactions in community spaces as well as external channels 92 | like social media. Violating these terms may lead to a temporary or permanent 93 | ban. 94 | 95 | ### 3. Temporary Ban 96 | 97 | **Community Impact**: A serious violation of community standards, including 98 | sustained inappropriate behavior. 99 | 100 | **Consequence**: A temporary ban from any sort of interaction or public 101 | communication with the community for a specified period of time. No public or 102 | private interaction with the people involved, including unsolicited interaction 103 | with those enforcing the Code of Conduct, is allowed during this period. 104 | Violating these terms may lead to a permanent ban. 105 | 106 | ### 4. Permanent Ban 107 | 108 | **Community Impact**: Demonstrating a pattern of violation of community 109 | standards, including sustained inappropriate behavior, harassment of an 110 | individual, or aggression toward or disparagement of classes of individuals. 111 | 112 | **Consequence**: A permanent ban from any sort of public interaction within the 113 | community. 114 | 115 | ## Attribution 116 | 117 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], 118 | version 2.1, available at 119 | [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. 120 | 121 | Community Impact Guidelines were inspired by 122 | [Mozilla's code of conduct enforcement ladder][mozilla coc]. 123 | 124 | For answers to common questions about this code of conduct, see the FAQ at 125 | [https://www.contributor-covenant.org/faq][faq]. Translations are available at 126 | [https://www.contributor-covenant.org/translations][translations]. 127 | 128 | [homepage]: https://www.contributor-covenant.org 129 | [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html 130 | [mozilla coc]: https://github.com/mozilla/diversity 131 | [faq]: https://www.contributor-covenant.org/faq 132 | [translations]: https://www.contributor-covenant.org/translations 133 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | ### 🖐 Hey there!! 2 | 3 | This repository right here is for all kinds of people, be them coders designers advocates or whatever, we welcome you all. 4 | 5 | As you can see there are multiple files to contribute to, so, pick any file and start contributing as much as you can. 6 | 7 | There are a few things, which you have to keep in mind or you can say these are some rules, which you have to follow. 8 | 9 | ## Rules: 10 | 11 | * Contribute quality content as well as in quantity. 12 | * Don't spam contributions. 13 | * Please don't hurry, each and every request will be merged after careful consideration. 14 | --- 15 | ## 💥 How to contribute to this repository 16 | 17 | ### I. Star this repository 18 | 19 | Star this repository by clicking on the star button on the top right of this page. This will help us in promoting this repository. 20 | 21 | ### II. Fork this repository 22 | 23 | You can get your own fork/copy of [OneStopInfo](https://github.com/GeekGuy-29/OneStopInfo) by clicking on the Fork button. 24 | 25 | ### III. Clone the repository 26 | 27 | 1. You need to clone (download) it to local machine using 28 | 29 | ```sh 30 | # This makes a local copy of repository in your machine. 31 | $ git clone https://github.com//OneStopInfo.git 32 | ``` 33 | 2. Once you have cloned the `OneStopInfo` repository in GitHub, move to that folder first using change directory command. 34 | 35 | ```sh 36 | # This will change directory to a folder OneStopInfo 37 | $ cd OneStopInfo 38 | ``` 39 | 40 | Move to this folder for all other commands. 41 | 42 | ### IV. Create a new branch 43 | 44 | 45 | 3. Whenever you are going to make contribution. Please create separate branch using command and keep your `main` branch clean (i.e. synced with remote branch). 46 | 47 | ```sh 48 | # It will create a new branch with name Branch_Name and switch to branch Folder_Name 49 | $ git checkout -b Branch_Name 50 | ``` 51 | 52 | Create a separate branch for contribution and try to use same name of branch as of folder. 53 | 54 | 4. To switch to desired branch 55 | 56 | ```sh 57 | # To switch from one folder to other 58 | $ git checkout Branch_Name 59 | ``` 60 | 61 | 5. To add changes to the branch use the following command 62 | 63 | ```sh 64 | # To add all files to branch Folder_Name 65 | $ git add . 66 | ``` 67 | 68 | 6. Type in a message relevant for the code reviewer using 69 | 70 | ```sh 71 | # This message get associated with all files you have changed 72 | $ git commit -m 'relevant message' 73 | ``` 74 | 75 | 7. Push your awesome work to your remote repository using 76 | 77 | ```sh 78 | # To push your work to your remote repository 79 | $ git push -u origin Branch_Name 80 | ``` 81 | 82 | Finally, go to your repository in browser and click on `compare and pull requests`. Then add a title and description to your pull request that explains your precious effort. 83 | 84 | --- 85 | -------------------------------------------------------------------------------- /Contributors.md: -------------------------------------------------------------------------------- 1 | # Thanks to our contributors ❤️ 2 | 3 | 4 | -------------------------------------------------------------------------------- /JSON Files/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekGuy-29/OneStopInfo/7517d6edf386772ef1bf912c8a91481f4055effd/JSON Files/.DS_Store -------------------------------------------------------------------------------- /JSON Files/Country-&its-land-area.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "country": "Aruba", 4 | "area": 193.00 5 | }, 6 | { 7 | "country": "Afghanistan", 8 | "area": 652090.00 9 | }, 10 | { 11 | "country": "Angola", 12 | "area": 1246700.00 13 | }, 14 | { 15 | "country": "Anguilla", 16 | "area": 96.00 17 | }, 18 | { 19 | "country": "Albania", 20 | "area": 28748.00 21 | }, 22 | { 23 | "country": "Andorra", 24 | "area": 468.00 25 | }, 26 | { 27 | "country": "Netherlands Antilles", 28 | "area": 800.00 29 | }, 30 | { 31 | "country": "United Arab Emirates", 32 | "area": 83600.00 33 | }, 34 | { 35 | "country": "Argentina", 36 | "area": 2780400.00 37 | }, 38 | { 39 | "country": "Armenia", 40 | "area": 29800.00 41 | }, 42 | { 43 | "country": "American Samoa", 44 | "area": 199.00 45 | }, 46 | { 47 | "country": "Antarctica", 48 | "area": 13120000.00 49 | }, 50 | { 51 | "country": "French Southern territories", 52 | "area": 7780.00 53 | }, 54 | { 55 | "country": "Antigua and Barbuda", 56 | "area": 442.00 57 | }, 58 | { 59 | "country": "Australia", 60 | "area": 7741220.00 61 | }, 62 | { 63 | "country": "Austria", 64 | "area": 83859.00 65 | }, 66 | { 67 | "country": "Azerbaijan", 68 | "area": 86600.00 69 | }, 70 | { 71 | "country": "Burundi", 72 | "area": 27834.00 73 | }, 74 | { 75 | "country": "Belgium", 76 | "area": 30518.00 77 | }, 78 | { 79 | "country": "Benin", 80 | "area": 112622.00 81 | }, 82 | { 83 | "country": "Burkina Faso", 84 | "area": 274000.00 85 | }, 86 | { 87 | "country": "Bangladesh", 88 | "area": 143998.00 89 | }, 90 | { 91 | "country": "Bulgaria", 92 | "area": 110994.00 93 | }, 94 | { 95 | "country": "Bahrain", 96 | "area": 694.00 97 | }, 98 | { 99 | "country": "Bahamas", 100 | "area": 13878.00 101 | }, 102 | { 103 | "country": "Bosnia and Herzegovina", 104 | "area": 51197.00 105 | }, 106 | { 107 | "country": "Belarus", 108 | "area": 207600.00 109 | }, 110 | { 111 | "country": "Belize", 112 | "area": 22696.00 113 | }, 114 | { 115 | "country": "Bermuda", 116 | "area": 53.00 117 | }, 118 | { 119 | "country": "Bolivia", 120 | "area": 1098581.00 121 | }, 122 | { 123 | "country": "Brazil", 124 | "area": 8547403.00 125 | }, 126 | { 127 | "country": "Barbados", 128 | "area": 430.00 129 | }, 130 | { 131 | "country": "Brunei", 132 | "area": 5765.00 133 | }, 134 | { 135 | "country": "Bhutan", 136 | "area": 47000.00 137 | }, 138 | { 139 | "country": "Bouvet Island", 140 | "area": 59.00 141 | }, 142 | { 143 | "country": "Botswana", 144 | "area": 581730.00 145 | }, 146 | { 147 | "country": "Central African Republic", 148 | "area": 622984.00 149 | }, 150 | { 151 | "country": "Canada", 152 | "area": 9970610.00 153 | }, 154 | { 155 | "country": "Cocos (Keeling) Islands", 156 | "area": 14.00 157 | }, 158 | { 159 | "country": "Switzerland", 160 | "area": 41284.00 161 | }, 162 | { 163 | "country": "Chile", 164 | "area": 756626.00 165 | }, 166 | { 167 | "country": "China", 168 | "area": 9572900.00 169 | }, 170 | { 171 | "country": "Ivory Coast", 172 | "area": 322463.00 173 | }, 174 | { 175 | "country": "Cameroon", 176 | "area": 475442.00 177 | }, 178 | { 179 | "country": "The Democratic Republic of the Congo", 180 | "area": 2344858.00 181 | }, 182 | { 183 | "country": "Congo", 184 | "area": 342000.00 185 | }, 186 | { 187 | "country": "Cook Islands", 188 | "area": 236.00 189 | }, 190 | { 191 | "country": "Colombia", 192 | "area": 1138914.00 193 | }, 194 | { 195 | "country": "Comoros", 196 | "area": 1862.00 197 | }, 198 | { 199 | "country": "Cape Verde", 200 | "area": 4033.00 201 | }, 202 | { 203 | "country": "Costa Rica", 204 | "area": 51100.00 205 | }, 206 | { 207 | "country": "Cuba", 208 | "area": 110861.00 209 | }, 210 | { 211 | "country": "Christmas Island", 212 | "area": 135.00 213 | }, 214 | { 215 | "country": "Cayman Islands", 216 | "area": 264.00 217 | }, 218 | { 219 | "country": "Cyprus", 220 | "area": 9251.00 221 | }, 222 | { 223 | "country": "Czech Republic", 224 | "area": 78866.00 225 | }, 226 | { 227 | "country": "Germany", 228 | "area": 357022.00 229 | }, 230 | { 231 | "country": "Djibouti", 232 | "area": 23200.00 233 | }, 234 | { 235 | "country": "Dominica", 236 | "area": 751.00 237 | }, 238 | { 239 | "country": "Denmark", 240 | "area": 43094.00 241 | }, 242 | { 243 | "country": "Dominican Republic", 244 | "area": 48511.00 245 | }, 246 | { 247 | "country": "Algeria", 248 | "area": 2381741.00 249 | }, 250 | { 251 | "country": "Ecuador", 252 | "area": 283561.00 253 | }, 254 | { 255 | "country": "Egypt", 256 | "area": 1001449.00 257 | }, 258 | { 259 | "country": "Eritrea", 260 | "area": 117600.00 261 | }, 262 | { 263 | "country": "Western Sahara", 264 | "area": 266000.00 265 | }, 266 | { 267 | "country": "Spain", 268 | "area": 505992.00 269 | }, 270 | { 271 | "country": "Estonia", 272 | "area": 45227.00 273 | }, 274 | { 275 | "country": "Ethiopia", 276 | "area": 1104300.00 277 | }, 278 | { 279 | "country": "Finland", 280 | "area": 338145.00 281 | }, 282 | { 283 | "country": "Fiji Islands", 284 | "area": 18274.00 285 | }, 286 | { 287 | "country": "Falkland Islands", 288 | "area": 12173.00 289 | }, 290 | { 291 | "country": "France", 292 | "area": 551500.00 293 | }, 294 | { 295 | "country": "Faroe Islands", 296 | "area": 1399.00 297 | }, 298 | { 299 | "country": "Federated States of Micronesia", 300 | "area": 702.00 301 | }, 302 | { 303 | "country": "Gabon", 304 | "area": 267668.00 305 | }, 306 | { 307 | "country": "United Kingdom", 308 | "area": 242900.00 309 | }, 310 | { 311 | "country": "Georgia", 312 | "area": 69700.00 313 | }, 314 | { 315 | "country": "Ghana", 316 | "area": 238533.00 317 | }, 318 | { 319 | "country": "Gibraltar", 320 | "area": 6.00 321 | }, 322 | { 323 | "country": "Guinea", 324 | "area": 245857.00 325 | }, 326 | { 327 | "country": "Guadeloupe", 328 | "area": 1705.00 329 | }, 330 | { 331 | "country": "Gambia", 332 | "area": 11295.00 333 | }, 334 | { 335 | "country": "Guinea-Bissau", 336 | "area": 36125.00 337 | }, 338 | { 339 | "country": "Equatorial Guinea", 340 | "area": 28051.00 341 | }, 342 | { 343 | "country": "Greece", 344 | "area": 131626.00 345 | }, 346 | { 347 | "country": "Grenada", 348 | "area": 344.00 349 | }, 350 | { 351 | "country": "Greenland", 352 | "area": 2166090.00 353 | }, 354 | { 355 | "country": "Guatemala", 356 | "area": 108889.00 357 | }, 358 | { 359 | "country": "French Guiana", 360 | "area": 90000.00 361 | }, 362 | { 363 | "country": "Guam", 364 | "area": 549.00 365 | }, 366 | { 367 | "country": "Guyana", 368 | "area": 214969.00 369 | }, 370 | { 371 | "country": "Hong Kong", 372 | "area": 1075.00 373 | }, 374 | { 375 | "country": "Heard Island and McDonald Islands", 376 | "area": 359.00 377 | }, 378 | { 379 | "country": "Honduras", 380 | "area": 112088.00 381 | }, 382 | { 383 | "country": "Croatia", 384 | "area": 56538.00 385 | }, 386 | { 387 | "country": "Haiti", 388 | "area": 27750.00 389 | }, 390 | { 391 | "country": "Hungary", 392 | "area": 93030.00 393 | }, 394 | { 395 | "country": "Indonesia", 396 | "area": 1904569.00 397 | }, 398 | { 399 | "country": "India", 400 | "area": 3287263.00 401 | }, 402 | { 403 | "country": "British Indian Ocean Territory", 404 | "area": 78.00 405 | }, 406 | { 407 | "country": "Ireland", 408 | "area": 70273.00 409 | }, 410 | { 411 | "country": "Iran", 412 | "area": 1648195.00 413 | }, 414 | { 415 | "country": "Iraq", 416 | "area": 438317.00 417 | }, 418 | { 419 | "country": "Iceland", 420 | "area": 103000.00 421 | }, 422 | { 423 | "country": "Israel", 424 | "area": 21056.00 425 | }, 426 | { 427 | "country": "Italy", 428 | "area": 301316.00 429 | }, 430 | { 431 | "country": "Jamaica", 432 | "area": 10990.00 433 | }, 434 | { 435 | "country": "Jordan", 436 | "area": 88946.00 437 | }, 438 | { 439 | "country": "Japan", 440 | "area": 377829.00 441 | }, 442 | { 443 | "country": "Kazakhstan", 444 | "area": 2724900.00 445 | }, 446 | { 447 | "country": "Kenya", 448 | "area": 580367.00 449 | }, 450 | { 451 | "country": "Kyrgyzstan", 452 | "area": 199900.00 453 | }, 454 | { 455 | "country": "Cambodia", 456 | "area": 181035.00 457 | }, 458 | { 459 | "country": "Kiribati", 460 | "area": 726.00 461 | }, 462 | { 463 | "country": "Saint Kitts and Nevis", 464 | "area": 261.00 465 | }, 466 | { 467 | "country": "South Korea", 468 | "area": 99434.00 469 | }, 470 | { 471 | "country": "Kuwait", 472 | "area": 17818.00 473 | }, 474 | { 475 | "country": "Laos", 476 | "area": 236800.00 477 | }, 478 | { 479 | "country": "Lebanon", 480 | "area": 10400.00 481 | }, 482 | { 483 | "country": "Liberia", 484 | "area": 111369.00 485 | }, 486 | { 487 | "country": "Libyan Arab Jamahiriya", 488 | "area": 1759540.00 489 | }, 490 | { 491 | "country": "Saint Lucia", 492 | "area": 622.00 493 | }, 494 | { 495 | "country": "Liechtenstein", 496 | "area": 160.00 497 | }, 498 | { 499 | "country": "Sri Lanka", 500 | "area": 65610.00 501 | }, 502 | { 503 | "country": "Lesotho", 504 | "area": 30355.00 505 | }, 506 | { 507 | "country": "Lithuania", 508 | "area": 65301.00 509 | }, 510 | { 511 | "country": "Luxembourg", 512 | "area": 2586.00 513 | }, 514 | { 515 | "country": "Latvia", 516 | "area": 64589.00 517 | }, 518 | { 519 | "country": "Macao", 520 | "area": 18.00 521 | }, 522 | { 523 | "country": "Morocco", 524 | "area": 446550.00 525 | }, 526 | { 527 | "country": "Monaco", 528 | "area": 1.50 529 | }, 530 | { 531 | "country": "Moldova", 532 | "area": 33851.00 533 | }, 534 | { 535 | "country": "Madagascar", 536 | "area": 587041.00 537 | }, 538 | { 539 | "country": "Maldives", 540 | "area": 298.00 541 | }, 542 | { 543 | "country": "Mexico", 544 | "area": 1958201.00 545 | }, 546 | { 547 | "country": "Marshall Islands", 548 | "area": 181.00 549 | }, 550 | { 551 | "country": "North Macedonia", 552 | "area": 25713.00 553 | }, 554 | { 555 | "country": "Mali", 556 | "area": 1240192.00 557 | }, 558 | { 559 | "country": "Malta", 560 | "area": 316.00 561 | }, 562 | { 563 | "country": "Myanmar", 564 | "area": 676578.00 565 | }, 566 | { 567 | "country": "Mongolia", 568 | "area": 1566500.00 569 | }, 570 | { 571 | "country": "Northern Mariana Islands", 572 | "area": 464.00 573 | }, 574 | { 575 | "country": "Mozambique", 576 | "area": 801590.00 577 | }, 578 | { 579 | "country": "Mauritania", 580 | "area": 1025520.00 581 | }, 582 | { 583 | "country": "Montserrat", 584 | "area": 102.00 585 | }, 586 | { 587 | "country": "Martinique", 588 | "area": 1102.00 589 | }, 590 | { 591 | "country": "Mauritius", 592 | "area": 2040.00 593 | }, 594 | { 595 | "country": "Malawi", 596 | "area": 118484.00 597 | }, 598 | { 599 | "country": "Malaysia", 600 | "area": 329758.00 601 | }, 602 | { 603 | "country": "Mayotte", 604 | "area": 373.00 605 | }, 606 | { 607 | "country": "Namibia", 608 | "area": 824292.00 609 | }, 610 | { 611 | "country": "New Caledonia", 612 | "area": 18575.00 613 | }, 614 | { 615 | "country": "Niger", 616 | "area": 1267000.00 617 | }, 618 | { 619 | "country": "Norfolk Island", 620 | "area": 36.00 621 | }, 622 | { 623 | "country": "Nigeria", 624 | "area": 923768.00 625 | }, 626 | { 627 | "country": "Nicaragua", 628 | "area": 130000.00 629 | }, 630 | { 631 | "country": "Niue", 632 | "area": 260.00 633 | }, 634 | { 635 | "country": "Netherlands", 636 | "area": 41526.00 637 | }, 638 | { 639 | "country": "Norway", 640 | "area": 323877.00 641 | }, 642 | { 643 | "country": "Nepal", 644 | "area": 147181.00 645 | }, 646 | { 647 | "country": "Nauru", 648 | "area": 21.00 649 | }, 650 | { 651 | "country": "New Zealand", 652 | "area": 270534.00 653 | }, 654 | { 655 | "country": "Oman", 656 | "area": 309500.00 657 | }, 658 | { 659 | "country": "Pakistan", 660 | "area": 796095.00 661 | }, 662 | { 663 | "country": "Panama", 664 | "area": 75517.00 665 | }, 666 | { 667 | "country": "Pitcairn", 668 | "area": 49.00 669 | }, 670 | { 671 | "country": "Peru", 672 | "area": 1285216.00 673 | }, 674 | { 675 | "country": "Philippines", 676 | "area": 300000.00 677 | }, 678 | { 679 | "country": "Palau", 680 | "area": 459.00 681 | }, 682 | { 683 | "country": "Papua New Guinea", 684 | "area": 462840.00 685 | }, 686 | { 687 | "country": "Poland", 688 | "area": 323250.00 689 | }, 690 | { 691 | "country": "Puerto Rico", 692 | "area": 8875.00 693 | }, 694 | { 695 | "country": "North Korea", 696 | "area": 120538.00 697 | }, 698 | { 699 | "country": "Portugal", 700 | "area": 91982.00 701 | }, 702 | { 703 | "country": "Paraguay", 704 | "area": 406752.00 705 | }, 706 | { 707 | "country": "Palestine", 708 | "area": 6257.00 709 | }, 710 | { 711 | "country": "French Polynesia", 712 | "area": 4000.00 713 | }, 714 | { 715 | "country": "Qatar", 716 | "area": 11000.00 717 | }, 718 | { 719 | "country": "Reunion", 720 | "area": 2510.00 721 | }, 722 | { 723 | "country": "Romania", 724 | "area": 238391.00 725 | }, 726 | { 727 | "country": "Russian Federation", 728 | "area": 17075400.00 729 | }, 730 | { 731 | "country": "Rwanda", 732 | "area": 26338.00 733 | }, 734 | { 735 | "country": "Saudi Arabia", 736 | "area": 2149690.00 737 | }, 738 | { 739 | "country": "Sudan", 740 | "area": 1886068.00 741 | }, 742 | { 743 | "country": "South Sudan", 744 | "area": 619745.00 745 | }, 746 | { 747 | "country": "Senegal", 748 | "area": 196722.00 749 | }, 750 | { 751 | "country": "Serbia", 752 | "area": 88361.00 753 | }, 754 | { 755 | "country": "Singapore", 756 | "area": 618.00 757 | }, 758 | { 759 | "country": "South Georgia and the South Sandwich Islands", 760 | "area": 3903.00 761 | }, 762 | { 763 | "country": "Saint Helena", 764 | "area": 314.00 765 | }, 766 | { 767 | "country": "Svalbard and Jan Mayen", 768 | "area": 62422.00 769 | }, 770 | { 771 | "country": "Solomon Islands", 772 | "area": 28896.00 773 | }, 774 | { 775 | "country": "Sierra Leone", 776 | "area": 71740.00 777 | }, 778 | { 779 | "country": "El Salvador", 780 | "area": 21041.00 781 | }, 782 | { 783 | "country": "San Marino", 784 | "area": 61.00 785 | }, 786 | { 787 | "country": "Somalia", 788 | "area": 637657.00 789 | }, 790 | { 791 | "country": "Saint Pierre and Miquelon", 792 | "area": 242.00 793 | }, 794 | { 795 | "country": "Sao Tome and Principe", 796 | "area": 964.00 797 | }, 798 | { 799 | "country": "Suriname", 800 | "area": 163265.00 801 | }, 802 | { 803 | "country": "Slovakia", 804 | "area": 49012.00 805 | }, 806 | { 807 | "country": "Slovenia", 808 | "area": 20256.00 809 | }, 810 | { 811 | "country": "Sweden", 812 | "area": 449964.00 813 | }, 814 | { 815 | "country": "Swaziland", 816 | "area": 17364.00 817 | }, 818 | { 819 | "country": "Seychelles", 820 | "area": 455.00 821 | }, 822 | { 823 | "country": "Syria", 824 | "area": 185180.00 825 | }, 826 | { 827 | "country": "Turks and Caicos Islands", 828 | "area": 430.00 829 | }, 830 | { 831 | "country": "Chad", 832 | "area": 1284000.00 833 | }, 834 | { 835 | "country": "Togo", 836 | "area": 56785.00 837 | }, 838 | { 839 | "country": "Thailand", 840 | "area": 513115.00 841 | }, 842 | { 843 | "country": "Tajikistan", 844 | "area": 143100.00 845 | }, 846 | { 847 | "country": "Tokelau", 848 | "area": 12.00 849 | }, 850 | { 851 | "country": "Turkmenistan", 852 | "area": 488100.00 853 | }, 854 | { 855 | "country": "East Timor", 856 | "area": 14874.00 857 | }, 858 | { 859 | "country": "Tonga", 860 | "area": 650.00 861 | }, 862 | { 863 | "country": "Trinidad and Tobago", 864 | "area": 5130.00 865 | }, 866 | { 867 | "country": "Tunisia", 868 | "area": 163610.00 869 | }, 870 | { 871 | "country": "Turkey", 872 | "area": 774815.00 873 | }, 874 | { 875 | "country": "Tuvalu", 876 | "area": 26.00 877 | }, 878 | { 879 | "country": "Taiwan", 880 | "area": 36188.00 881 | }, 882 | { 883 | "country": "Tanzania", 884 | "area": 883749.00 885 | }, 886 | { 887 | "country": "Uganda", 888 | "area": 241038.00 889 | }, 890 | { 891 | "country": "Ukraine", 892 | "area": 603700.00 893 | }, 894 | { 895 | "country": "United States Minor Outlying Islands", 896 | "area": 16.00 897 | }, 898 | { 899 | "country": "Uruguay", 900 | "area": 175016.00 901 | }, 902 | { 903 | "country": "United States", 904 | "area": 9363520.00 905 | }, 906 | { 907 | "country": "Uzbekistan", 908 | "area": 447400.00 909 | }, 910 | { 911 | "country": "Holy See (Vatican City State)", 912 | "area": 0.40 913 | }, 914 | { 915 | "country": "Saint Vincent and the Grenadines", 916 | "area": 388.00 917 | }, 918 | { 919 | "country": "Venezuela", 920 | "area": 912050.00 921 | }, 922 | { 923 | "country": "British Virgin Islands", 924 | "area": 151.00 925 | }, 926 | { 927 | "country": "U.S. Virgin Islands", 928 | "area": 347.00 929 | }, 930 | { 931 | "country": "Vietnam", 932 | "area": 331689.00 933 | }, 934 | { 935 | "country": "Vanuatu", 936 | "area": 12189.00 937 | }, 938 | { 939 | "country": "Wallis and Futuna", 940 | "area": 200.00 941 | }, 942 | { 943 | "country": "Samoa", 944 | "area": 2831.00 945 | }, 946 | { 947 | "country": "Yemen", 948 | "area": 527968.00 949 | }, 950 | { 951 | "country": "South Africa", 952 | "area": 1221037.00 953 | }, 954 | { 955 | "country": "Zambia", 956 | "area": 752618.00 957 | }, 958 | { 959 | "country": "Zimbabwe", 960 | "area": 390757.00 961 | } 962 | ] 963 | -------------------------------------------------------------------------------- /JSON Files/Dogs.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "DogBreed": "Labrador", 4 | "LifeSpan": "10-12 years", 5 | "Speciality": "Sniffing", 6 | "Origin": "Newfoundland", 7 | "MoreInfoAt": "https://www.akc.org/dog-breeds/labrador-retriever/" 8 | }, 9 | { 10 | "DogBreed": "Affenpinscher", 11 | "LifeSpan": "12-15 years", 12 | "Speciality": "Confident/Famously funny/Fearless", 13 | "Origin": "Germany", 14 | "MoreInfoAt": "https://www.akc.org/dog-breeds/affenpinscher/" 15 | }, 16 | { 17 | "DogBreed": "Afghan Hound", 18 | "LifeSpan": "12-18 years", 19 | "Speciality": "independent/Sweet", 20 | "Origin": "Afghanistan", 21 | "MoreInfoAt": "https://www.akc.org/dog-breeds/afghan-hound/" 22 | }, 23 | { 24 | "DogBreed": "Airedale Terrier", 25 | "LifeSpan": "11-14 years", 26 | "Speciality": "Friendly/Courageous/Clever", 27 | "Origin": "England", 28 | "MoreInfoAt": "https://www.akc.org/dog-breeds/airedale-terrier/" 29 | }, 30 | { 31 | "DogBreed": "Akita", 32 | "LifeSpan": "10-14 years", 33 | "Speciality": "Dignified / Courageous / Profoundly Loyal", 34 | "Origin": "Japan", 35 | "MoreInfoAt": "https://www.akc.org/dog-breeds/akita/" 36 | }, 37 | { 38 | "DogBreed": "Alaskan Klee Kai", 39 | "LifeSpan": "13-16 years", 40 | "Speciality": "Loyal / Intelligent / Vigilant", 41 | "Origin": "Alaska", 42 | "MoreInfoAt": "https://www.akc.org/dog-breeds/alaskan-klee-kai/" 43 | }, 44 | { 45 | "DogBreed": "Alaskan Malamute", 46 | "LifeSpan": "10-14 years", 47 | "Speciality": "Loyal / Playful / Affectionate", 48 | "Origin": "Arctic", 49 | "MoreInfoAt": "https://www.akc.org/dog-breeds/alaskan-malamute/" 50 | }, 51 | { 52 | "DogBreed": "American Bulldog", 53 | "LifeSpan": "10-12 years", 54 | "Speciality": "Loyal / Self-confident", 55 | "Origin": "United States", 56 | "MoreInfoAt": "https://www.akc.org/dog-breeds/american-bulldog/" 57 | }, 58 | { 59 | "DogBreed": "American English Coonhound", 60 | "LifeSpan": "11-12 years", 61 | "Speciality": "sociable / sweet / mellow", 62 | "Origin": "United States", 63 | "MoreInfoAt": "https://www.akc.org/dog-breeds/american-english-coonhound/" 64 | }, 65 | { 66 | "DogBreed": "American Foxhound", 67 | "LifeSpan": "11-13 years", 68 | "Speciality": "independent / easy-going / sweet-tempered", 69 | "Origin": "Virginia", 70 | "MoreInfoAt": "https://www.akc.org/dog-breeds/american-foxhound/" 71 | }, 72 | { 73 | "DogBreed": "American Hairless Terrier", 74 | "LifeSpan": "14-16 years", 75 | "Speciality": "alert / curious / energetic", 76 | "Origin": "United States", 77 | "MoreInfoAt": "https://www.akc.org/dog-breeds/american-hairless-terrier/" 78 | }, 79 | { 80 | "DogBreed": "American Leopard Hound", 81 | "LifeSpan": "12-15 years", 82 | "Speciality": "intelligent / sociable / energetic", 83 | "Origin": "United States", 84 | "MoreInfoAt": "https://www.akc.org/dog-breeds/american-leopard-hound/" 85 | }, 86 | { 87 | "DogBreed": "American Staffordshire Terrier", 88 | "LifeSpan": "12-16 years", 89 | "Speciality": "good-natured / confident / smart", 90 | "Origin": "United States", 91 | "MoreInfoAt": "https://www.akc.org/dog-breeds/american-staffordshire-terrier/" 92 | }, 93 | { 94 | "DogBreed": "American Leopard Hound", 95 | "LifeSpan": "10-14 years", 96 | "Speciality": "intelligent / sociable / energetic", 97 | "Origin": "United States", 98 | "MoreInfoAt": "https://www.akc.org/dog-breeds/american-leopard-hound/" 99 | }, 100 | { 101 | "DogBreed": "Anatolian Shepherd Dog", 102 | "LifeSpan": "11-13 years", 103 | "Speciality": "reserved / independent / loyal", 104 | "Origin": "Turkey", 105 | "MoreInfoAt": "https://www.akc.org/dog-breeds/anatolian-shepherd-dog/" 106 | }, 107 | { 108 | "DogBreed": "Otterhound", 109 | "LifeSpan": "10-13 years", 110 | "Speciality": "even-tempered / amiable / boisterous", 111 | "Origin": "England", 112 | "MoreInfoAt": "https://www.akc.org/dog-breeds/otterhound/" 113 | }, 114 | { 115 | "DogBreed": "Bergamasco Sheepdog", 116 | "LifeSpan": "13-15 years", 117 | "Speciality": "independent / intelligent / sociable", 118 | "Origin": "Persia", 119 | "MoreInfoAt": "https://www.akc.org/dog-breeds/bergamasco-sheepdog/" 120 | }, 121 | { 122 | "DogBreed": "Polish Lowland Sheepdog", 123 | "LifeSpan": "12-14 years", 124 | "Speciality": "confident / lively / clever", 125 | "Origin": "Poland", 126 | "MoreInfoAt": "https://www.akc.org/dog-breeds/polish-lowland-sheepdog/" 127 | }, 128 | { 129 | "DogBreed": "Skye Terrier", 130 | "LifeSpan": "12-14 years", 131 | "Speciality": "courageous / good-tempered / canny", 132 | "Origin": "Scotland", 133 | "MoreInfoAt": "https://www.akc.org/dog-breeds/skye-terrier/" 134 | }, 135 | { 136 | "DogBreed": "Ibizan Hound", 137 | "LifeSpan": "11-14 years", 138 | "Speciality": "family-oriented / even-tempered / polite", 139 | "Origin": "Ibza", 140 | "MoreInfoAt": "https://www.akc.org/dog-breeds/ibizan-hound/" 141 | }, 142 | { 143 | "DogBreed": "Australian Stumpy Tail Cattle", 144 | "LifeSpan": "15 years", 145 | "Speciality": "loyal / courageous / devoted", 146 | "Origin": "Australia", 147 | "MoreInfoAt": "https://www.pedigree.com.ph/dog-breeds/australian-stumpy-tail-cattle-dog" 148 | }, 149 | { 150 | "DogBreed": "Australian Terrier", 151 | "LifeSpan": "12-15 years", 152 | "Speciality": "even tempered / courageous / companionable", 153 | "Origin": "Australia", 154 | "MoreInfoAt": "https://www.pedigree.com.ph/dog-breeds/australian-terrier" 155 | }, 156 | { 157 | "DogBreed": "Basset Hound", 158 | "LifeSpan": "10-12 years", 159 | "Speciality": "tenacious / sweet-tempered / friendly", 160 | "Origin": "France", 161 | "MoreInfoAt": "https://www.pedigree.com.ph/dog-breeds/basset-hound" 162 | }, 163 | { 164 | "DogBreed": "Beagle", 165 | "LifeSpan": "12-15 years", 166 | "Speciality": "amiable / intelligent / excitable", 167 | "Origin": "United Kingdom", 168 | "MoreInfoAt": "https://www.pedigree.com.ph/dog-breeds/beagle" 169 | }, 170 | { 171 | "DogBreed": "Border Collie", 172 | "LifeSpan": "10-17 years", 173 | "Speciality": "keen / energetic / athletic", 174 | "Origin": "United Kingdom", 175 | "MoreInfoAt": "https://www.pedigree.com.ph/dog-breeds/border-collie" 176 | }, 177 | { 178 | "DogBreed": "Chinese Crested", 179 | "LifeSpan": "13-15 years", 180 | "Speciality": "lively / affectionate / playful", 181 | "Origin": "China", 182 | "MoreInfoAt": "https://www.pedigree.com.ph/dog-breeds/chinese-crested-dog" 183 | }, 184 | { 185 | "DogBreed": "Chippiparai", 186 | "LifeSpan": "13-14 years", 187 | "Speciality": "energetic / affectionate / dignified", 188 | "Origin": "India", 189 | "MoreInfoAt": "https://en.wikipedia.org/wiki/Chippiparai" 190 | }, 191 | { 192 | "DogBreed": "German Shepherd", 193 | "LifeSpan": "9-13 years", 194 | "Speciality": "intelligent / stubborn / protective", 195 | "Origin": "Germany", 196 | "MoreInfoAt": "https://www.pedigree.com.ph/dog-breeds/german-shepherd-dog" 197 | }, 198 | { 199 | "DogBreed": "Beauceron", 200 | "LifeSpan": "10-12 years", 201 | "Speciality": "versatile / dominant / intelligent / freindly", 202 | "Origin": "Central France", 203 | "MoreInfoAt": "https://en.wikipedia.org/wiki/Beauceron" 204 | }, 205 | { 206 | "DogBreed": "Canaan", 207 | "LifeSpan": "12-15 years", 208 | "Speciality": "Vigilant / Cautious / Devoted / Intelligent / Alert", 209 | "Origin": "Middle East", 210 | "MoreInfoAt": "https://en.wikipedia.org/wiki/Canaan_Dog" 211 | }, 212 | { 213 | "DogBreed": "Cesky Terrier", 214 | "LifeSpan": "12-15 years", 215 | "Speciality": "strong / hardworking / active / calm", 216 | "Origin": "Czechoslovakia", 217 | "MoreInfoAt": "https://en.wikipedia.org/wiki/Cesky_Terrier" 218 | }, 219 | { 220 | "DogBreed": "Finnish Spitz", 221 | "LifeSpan": "12-14 years", 222 | "Speciality": "smart / fearless / active", 223 | "Origin": "Finland", 224 | "MoreInfoAt": "https://en.wikipedia.org/wiki/Finnish_Spitz" 225 | }, 226 | { 227 | "DogBreed": "Lagotto Romagnolo", 228 | "LifeSpan": "15-17 years", 229 | "Speciality": "Keen / Loyal / Active / Loving / Companionable / Trainable", 230 | "Origin": "Italy", 231 | "MoreInfoAt": "https://en.wikipedia.org/wiki/Lagotto_Romagnolo" 232 | }, 233 | { 234 | "DogBreed": "Doberdor", 235 | "LifeSpan": "15-17 years", 236 | "Speciality": "Keen / Loyal / Active / Loving / Companionable / Trainable", 237 | "Origin": "Germany", 238 | "MoreInfoAt": "https://dogtime.com/dog-breeds/doberdor#/slide/1" 239 | }, 240 | { 241 | "DogBreed": "Dorgi", 242 | "LifeSpan": "15 years", 243 | "Speciality": "loyal / courageous / devoted/unique look", 244 | "Origin": "Germany", 245 | "MoreInfoAt": "https://dogtime.com/dog-breeds/dorgi#/slide/1" 246 | }, 247 | { 248 | "DogBreed": "Doberman Pinscher", 249 | "LifeSpan": "10-12 years", 250 | "Speciality": "alert / loyal / fearless", 251 | "Origin": "Germany", 252 | "MoreInfoAt": "https://www.akc.org/dog-breeds/doberman-pinscher/" 253 | }, 254 | { 255 | "DogBreed": "Belgian Malinois", 256 | "LifeSpan": "14-16 years", 257 | "Speciality": "confident / smart / hardworking", 258 | "Origin": "Belgium", 259 | "MoreInfoAt": "https://www.akc.org/dog-breeds/belgian-malinois/" 260 | }, 261 | { 262 | "DogBreed": "Bohemian Shepherd", 263 | "LifeSpan": "12-15 years", 264 | "Speciality": "friendly / devoted / alert / intelligent", 265 | "Origin": "Czech Republic", 266 | "MoreInfoAt": "https://www.akc.org/dog-breeds/bohemian-shepherd/" 267 | }, 268 | { 269 | "DogBreed": "Brittany", 270 | "LifeSpan": "12-14 years", 271 | "Speciality": "bright / fun-loving / upbeat", 272 | "Origin": "France", 273 | "MoreInfoAt": "https://www.akc.org/dog-breeds/brittany/" 274 | }, 275 | { 276 | "DogBreed": "Chow Chow", 277 | "LifeSpan": "8-12 years", 278 | "Speciality": "dignified / bright / serious-minded", 279 | "Origin": "Northern China", 280 | "MoreInfoAt": "https://www.akc.org/dog-breeds/chow-chow/" 281 | }, 282 | { 283 | "DogBreed": "Dalmatian", 284 | "LifeSpan": "11-13 years", 285 | "Speciality": "dignified / outgoing / smart", 286 | "Origin": "Croatia", 287 | "MoreInfoAt": "https://www.akc.org/dog-breeds/dalmatian/" 288 | }, 289 | { 290 | "DogBreed": "Dogo Argentino", 291 | "LifeSpan": "9-15 years", 292 | "Speciality": "loyal / courageous / athletic", 293 | "Origin": "Argentina", 294 | "MoreInfoAt": "https://www.akc.org/dog-breeds/dogo-argentino/" 295 | }, 296 | { 297 | "DogBreed": "Finnish Lapphund", 298 | "LifeSpan": "12-15 years", 299 | "Speciality": "alert / friendly / agile", 300 | "Origin": "Finland", 301 | "MoreInfoAt": "https://www.akc.org/dog-breeds/finnish-lapphund/" 302 | }, 303 | { 304 | "DogBreed": "Great Dane", 305 | "LifeSpan": "7-10 years", 306 | "Speciality": "friendly / patient / dependable", 307 | "Origin": "Germany", 308 | "MoreInfoAt": "https://www.akc.org/dog-breeds/great-dane/" 309 | }, 310 | { 311 | "DogBreed": "Gull Terrier", 312 | "LifeSpan": "8-15 years", 313 | "Speciality": "cautious / protective / loyal", 314 | "Origin": "India", 315 | "MoreInfoAt": "https://en.wikipedia.org/wiki/Gull_Terrier" 316 | }, 317 | { 318 | "DogBreed": "Gull Dong", 319 | "LifeSpan": "10-14 years", 320 | "Speciality": "loyal / powerful / strong-willed", 321 | "Origin": "India", 322 | "MoreInfoAt": "https://en.wikipedia.org/wiki/Gull_Dong" 323 | }, 324 | { 325 | "DogBreed": "Hokkaido", 326 | "LifeSpan": "12-15 years", 327 | "Speciality": "dignified / alert / devoted", 328 | "Origin": "Japan", 329 | "MoreInfoAt": "https://www.akc.org/dog-breeds/hokkaido/" 330 | }, 331 | { 332 | "Dog breed" : "Pug", 333 | "Life span" : "12-15 years", 334 | "Speciality" : "royalty / lap dogs", 335 | "Origin" : "China", 336 | "MoreInfoAt" : "https://dogtime.com/dog-breeds/pug" 337 | }, 338 | { 339 | "Dog breed" : "Inadian Spitz", 340 | "Life span" : "10-12 years", 341 | "Speciality" : "intelligent / playful / alert / vocal" , 342 | "Origin" : "India", 343 | "MoreInfoAt" : "https://pawsindia.com/blogs/news/everything-you-need-to-know-about-indian-spitz-dog-origin-history-grooming-and-care" 344 | }, 345 | { 346 | "Dog breed" : "Kumaon Mastiff", 347 | "Life span" : "12-15 years", 348 | "Speciality" : "protective/ alert / loyal", 349 | "Origin" : "India", 350 | "MoreInfoAt" : "https://www.dogbreedinfo.com/p/pandikona.htm" 351 | }, 352 | { 353 | "Dog breed" : "Pandikona", 354 | "Life span" : "10-15 years", 355 | "Speciality" : "territorial / fearless / brave", 356 | "Origin" : "India", 357 | "MoreInfoAt" : " https://www.dogbreedinfo.com/p/pandikona.htm" 358 | }, 359 | { 360 | "Dog breed" : "Tahltan Bear Dog", 361 | "Life span" : "10-12 years", 362 | "Speciality" :"hunters/ feisty/ excelled", 363 | "Origin" : "Canada", 364 | "MoreInfoAt" : "https://www.thecanadianencyclopedia.ca/en/article/tahltan-bear-dog" 365 | } 366 | ] 367 | -------------------------------------------------------------------------------- /JSON Files/Yoga.json: -------------------------------------------------------------------------------- 1 | { 2 | "poses": [ 3 | { 4 | "english_name": "Chair", 5 | "sanskrit_name": "Utkatasana", 6 | "image_url": "https://www.ekhartyoga.com/media/image/articles/Chair-pose-Utkatasana-EkhartYoga.jpg", 7 | "yoga_description": "Chair Pose improves balance and can build cardiovascular health and resilience. It primarily strengthens your core, thighs, and ankles.", 8 | "yoga_instruction": [ 9 | "Stand in Tadasana. Inhale and raise your arms overhead so that your biceps are just slightly in front of your ears. Either keep the arms parallel, palms facing inward, or join the palms.", 10 | "Exhale and bend your knees so that your thighs are as parallel to the floor as possible. Your knees will project out over your feet, and your trunk will lean slightly forward over your thighs until your front torso forms approximately a right angle with the tops of your thighs.", 11 | "Keep your inner thighs parallel to each other and press the heads of the thigh bones down toward your heels.", 12 | "Firm your shoulder blades against your back. Direct your tailbone down toward the floor and in toward your pubis to keep your lower back long.", 13 | "Stay for 30 seconds to a minute. To come out of this pose, straighten your knees with an inhalation, lifting strongly through your arms. Exhale and release your arms to your sides into Tadasana." 14 | ], 15 | "file_name": "classifier.tflite", 16 | "labels": ["chair", 17 | "cobra", 18 | "dog", 19 | "tree", 20 | "warrior"], 21 | "correct_label": "chair" 22 | }, 23 | { 24 | "english_name": "Tree", 25 | "sanskrit_name": "Vrksasana", 26 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Tree-pose-Vrksasana-Ekhart-Yoga.jpg", 27 | "yoga_description": "This standing posture can help improve your balance, as well as your postural and body awareness. In addition to its physical benefits, this pose can assist in calming and relaxing the mind—relieving anxious thoughts and feelings.", 28 | "yoga_instruction": [ 29 | "Stand in Tadasana. Spread your toes, press your feet into the mat and firm your leg muscles. Raise your front hip points toward your lower ribs to gently lift in your lower belly.", 30 | "Inhale deeply, lifting your chest, and exhale as you draw your shoulder blades down your back. Look straight ahead at a steady gazing spot.", 31 | "Place your hands on your hips and raise your right foot high onto your left thigh or shin. Avoid making contact with the knee.", 32 | "Press your right foot and left leg into each other.", 33 | "Check that your pelvis is level and squared to the front.", 34 | "When you feel steady, place your hands into Anjali Mudra at the heart or stretch your arms overhead like branches reaching into the sun.", 35 | "Hold for several breaths, then step back into Mountain Pose and repeat on the other side." 36 | ], 37 | "file_name": "classifier.tflite", 38 | "labels": ["chair", 39 | "cobra", 40 | "dog", 41 | "tree", 42 | "warrior"], 43 | "correct_label": "tree" 44 | },{ 45 | "english_name": "Cobra", 46 | "sanskrit_name": "Bhujangasana", 47 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Cobra-pose-Bhujangasana-Esther-Ekhart.jpg", 48 | "yoga_description": "Cobra Pose can boost energy, fight fatigue, and build confidence. It improves posture and counteracts the effects of prolonged sitting and computer work.", 49 | "yoga_instruction": [ 50 | "Begin on your belly with your feet hip-distance apart and your hands beside your ribs.", 51 | "Extend your big toes straight back and press down with all ten toenails to activate your quadriceps. Rotate your inner thighs toward the ceiling to broaden the lower back.", 52 | "Pressing down lightly with your hands, start to lift your head and chest, rolling your shoulders back and down.", 53 | "Keep the back of your neck long and focus on lifting your sternum instead of lifting your chin.", 54 | "Straighten your arms while keeping your shoulders remaining away from your ears. Keep at least a slight bend in your elbows.", 55 | "To exit the pose, release back to your mat." 56 | ], 57 | "file_name": "classifier.tflite", 58 | "labels": ["chair", 59 | "cobra", 60 | "dog", 61 | "tree", 62 | "warrior"], 63 | "correct_label": "cobra" 64 | }, 65 | { 66 | "english_name": "Warrior", 67 | "sanskrit_name": "Virabhadrasana", 68 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Warrior-1-Pose-Virabhadrasana-1-Ekhart-Yoga.jpg", 69 | "yoga_description": "Warrior pose stretches your chest, lungs, shoulders, neck, belly and groin. It also strengthens your shoulders, arms, and back muscles, as well as your calves, ankles, and thighs.", 70 | "yoga_instruction": [ 71 | "From Adho Mukha Svanasana (Downward-Facing Dog Pose), step your right foot forward so your toes are in line with your fingertips, and shift your foot slightly to the right.", 72 | "Bend your front knee 90 degrees. Your thigh should be approximately parallel to the floor, your knee stacked over your ankle, and your right outer hip pinned back.", 73 | "Pivot your left heel to the floor so your foot forms a 45-degree angle to the side of the mat. Align your left heel with your right heel, or place the feet slightly wider for more stability.", 74 | "Press your left thighbone back so your left knee is straight.", 75 | "As you inhale, raise your torso and reach up with the arms, hands shoulder-distance apart and palms facing each other. Allow your shoulder blades to open out and up, away from your spine and toward your outer armpits. Rotate your biceps back, and firm your triceps into your midline. You may bring your palms together and look up at your thumbs.", 76 | "Keep pressing your left femur back while releasing your tailbone toward the floor. Draw your lower belly back and up away from your right thigh.", 77 | "Hold for 5–10 breaths. Release your hands to the floor, step back to Downward-Facing Dog, and repeat on the other side." 78 | ], 79 | "file_name": "classifier.tflite", 80 | "labels": ["chair", 81 | "cobra", 82 | "dog", 83 | "tree", 84 | "warrior"], 85 | "correct_label": "warrior" 86 | }, 87 | 88 | { 89 | "english_name": "Boat", 90 | "sanskrit_name": "Navasana", 91 | "image_url": "https://www.ekhartyoga.com/media/image/articles/Boat-pose-Navasana-Ekhart-Yoga.jpg", 92 | "yoga_description": "Boat Pose builds focus and body awareness. It can boost energy and fight fatigue, and help build confidence and empowerment. Boat Pose also improves posture and counteracts the effects of prolonged sitting and doing computer work by strengthening your core and thighs.", 93 | "yoga_instruction": [ 94 | "Sit on the floor with your legs straight in front of you. Press your hands on the floor a little behind your hips.", 95 | "Lift through the top of the sternum and lean back slightly, making sure your back doesn’t round. Balance your weight on the tripod of your sitting bones and tailbone.", 96 | "Exhale and bend your knees, then lift your thighs so they are angled about 45 degrees above the floor, with your knees still bent.", 97 | "If possible, slowly straighten your knees, raising the tips of your toes slightly above the level of your eyes. If that is not possible, keep your knees bent, your shins parallel to the floor.", 98 | "Keeping your heart open and your spine long, draw your shoulders back and extend both arms forward alongside the legs, parallel to the floor, with your palms facing in. Try to keep your lower belly flat and firm, but not hard and thick.", 99 | "Point your toes or flex through your heels, and breathe. Try to stay in the pose for 10 to 20 seconds, slowly increasing your time to a minute." 100 | ], 101 | "file_name": "", 102 | "labels": [], 103 | "correct_label": "" 104 | }, 105 | { 106 | "english_name": "Cat", 107 | "sanskrit_name": "Marjaryasana", 108 | "image_url": "https://www.ekhartyoga.com/media/image/articles/Cat-pose-Marjaryasana-EkhartYoga.jpg", 109 | "yoga_description": "Cat Pose warms up your spine, shoulders, and hips. It improves posture, and counteracts the effects of sitting and computer work.", 110 | "yoga_instruction": [ 111 | "Begin Tabletop with your hips directly over your knees. Your hands should be shoulder-distance apart and slightly ahead of your shoulders. The wrist creases should be parallel to the front of the mat.", 112 | "Press down firmly through your hands.", 113 | "Exhale and round your spine toward the ceiling. Drop the crown of your head and your tailbone. Draw your lower belly in and up.", 114 | "Push the floor away with your hands to broaden across your shoulder blades.", 115 | "Keep the hips over your knees and your arms straight to keep the movement in your spine.", 116 | "To release the pose, return to a neutral spine." 117 | ], 118 | "file_name": "", 119 | "labels":[], 120 | "correct_label": "" 121 | }, 122 | { 123 | "english_name": "Crow", 124 | "sanskrit_name": "Bakasana", 125 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Crow-Pose-Bakasana-Ekhart-Yoga.jpg", 126 | "yoga_description": "Crane Pose improve focus, and stretch your buttocks (glutes), your back, and the palm sides of your wrists (wrist flexors). These poses also strengthen your core, upper back, chest, front of your hips (hip flexors), back of your thighs (hamstrings), arms, shoulders, forearms, and back of your wrists (wrist extensors).", 127 | "yoga_instruction": [ 128 | "Begin in a squat with your knees wide apart. Your feet may be together or apart.", 129 | "Place your hands on the floor 6–8 inches in front of your feet and shoulder-distance apart. If your shoulders are tight, your hands can be a little wider.", 130 | "Come onto the balls of your feet and lift your hips high. Bring your knees toward your upper arms.", 131 | "Tilt your torso forward so that your shoulders fit between your knees.", 132 | "Firmly press your knees to your upper arms. You can balance them on your triceps for Crow or tuck them closer to your armpits for Crane.", 133 | "Continue to reach your chest forward until your elbows stack over your wrists and you feel your center of gravity shift.", 134 | "Lift your heels toward your buttocks. Your knees can either grip your outer shoulders or balance on your triceps.", 135 | "For Crane, press your arms as straight as possible while bringing your feet and buttocks toward each other.", 136 | "Hold for 5–10 breaths, then either release your feet to the floor." 137 | ], 138 | "file_name": "", 139 | "labels": [], 140 | "correct_label": "" 141 | }, 142 | { 143 | "english_name": "Butterfly", 144 | "sanskrit_name": "Baddha Konasana", 145 | "image_url": "https://www.ekhartyoga.com/media/image/articles/Bound-angle-pose-Baddha-Konasana-Ekhart-Yoga.jpg", 146 | "yoga_description": "Increases hip mobility and stretches the inner thighs. Grounding and calming", 147 | "yoga_instruction": [ 148 | "From a seated position, bring the soles of your feet together, close to your pelvis, allowing your knees to fall out to the sides.", 149 | "Ground your sitting bones and lengthen your spine", 150 | "Hold onto the outsides of your feet and press the soles of your feet towards each other.", 151 | "If your body allows it, fold forward from the hips, keeping your spine long and your collar bones spread.", 152 | "Stay for 5 to 10 breathes", 153 | "To come out of the pose, sit up straight again, lift your knees and straighten your legs" 154 | ], 155 | "file_name": "", 156 | "labels":[], 157 | "correct_label": "" 158 | }, 159 | { 160 | "english_name": "Camel", 161 | "sanskrit_name": "Ustrasana", 162 | "image_url": "https://www.ekhartyoga.com/media/image/articles/Camel-pose-Ustrasana-Esther-Ekhart.jpg", 163 | "yoga_description": "Camel Pose can help build confidence and empowerment. It improves your posture and counteracts the effects of prolonged sitting, slouching, and kyphosis (abnormal curvature of the spine). It may also help relieve back pain. Camel Pose stretches your abdomen, chest, shoulders, the front of your hips (hip flexors), and the front of your thighs (quadriceps). It also strengthens your back muscles, the back of your thighs (hamstrings), and buttocks (glutes).", 164 | "yoga_instruction": [ 165 | "Come onto your knees, place them hip-width apart, and then tuck your toes.", 166 | "Engage your inner thighs, draw your lower belly in and up, and roll your shoulders back ", 167 | "On an inhalation, lengthen through both side waists, lift the chest up, ", 168 | "With the lower body stable, on an exhale start to come into your backbend keeping the chest lifted and without crunching the neck or lower back", 169 | "As you lean back, find your blocks or heels with your hands – or you can do this one side at a time by circling one arm up and behind you", 170 | "Keep your inner thighs engaged, firm the shoulder blades into the back and stay for a couple of breaths ", 171 | "Use your inhalation to help you come back up, then sit on your heels with a neutral spine for a moment." 172 | ], 173 | "file_name": "", 174 | "labels": [], 175 | "correct_label": "" 176 | }, 177 | { 178 | "english_name": "Cow", 179 | "sanskrit_name": "Bitilasana", 180 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Cow-Pose-Bitilasana-EkhartYoga.jpg", 181 | "yoga_description": "Cow Pose warms up your spine, shoulders, and hips to prepare for a rigorous yoga asana practice. It can be calming, relaxing, and help you manage stress.", 182 | "yoga_instruction": [ 183 | "Begin in Tabletop with your hips directly over your knees and your hands slightly ahead of your shoulders, shoulder-distance apart. Your wrist creases should be parallel to the front of your mat.", 184 | "Press down firmly through your hands.", 185 | "Inhale and arch your back by lowering your belly, lifting your chin and sternum, and broadening your collarbones.", 186 | "Keep the back of your neck long and your core slightly toned to find more movement in the mid and upper back.", 187 | "To release the pose, return to a neutral spine." 188 | ], 189 | "file_name": "", 190 | "labels": [], 191 | "correct_label": "" 192 | }, 193 | { 194 | "english_name": "King Pigeon", 195 | "sanskrit_name": "Eka Pada Rajakapotasana", 196 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Pigeon-pose-Eka-Pada-Rajakapotasana-Ekhart-Yoga.jpg", 197 | "yoga_description": "Increases external range of motion of femur in hip socket. Lengthens hip flexors. Prepares body for backbends. Prepares body for seated postures such as Padmasana (Lotus Pose)", 198 | "yoga_instruction": [ 199 | "From all fours, bring your right knee forward towards your right wrist. Depending on your body it may be just behind your wrist or to the outer or the inner edge of it. ", 200 | "Experiment with what feels right for you, giving you a stretch on your outer hip without any discomfort in your knee. ", 201 | "Your right ankle will be somewhere in front of your left hip. ", 202 | "Slide your left leg back and point your toes, your heel is pointing up to the ceiling.", 203 | "Scissor your hips together, by drawing your legs in towards each other. Use some support under your right buttock if needed, to keep your hips level.", 204 | "As you inhale, come onto your fingertips, lengthen your spine, draw your navel in and open your chest.", 205 | "As you exhale, walk your hands forward and lower your upper body towards the floor. You can rest your forearms and forehead on the mat.", 206 | "Stay for 5 breaths or longer. ", 207 | "On each exhalation, try to release the tension in your right hip.", 208 | "To come out of the pose, push back through the hands, lift your hips and move your leg back into all fours. Repeat on the other side." 209 | ], 210 | "file_name": "", 211 | "labels": [], 212 | "correct_label": "" 213 | }, 214 | { 215 | "english_name": "Pyramid", 216 | "sanskrit_name": "Parsvottanasana", 217 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Intense-side-stretch-pose-Parsvottanasana.jpg", 218 | "yoga_description": "Pyramid Pose stretches the spine, shoulders, wrists, hips and hamstrings. It also strengthen the legs and improves posture.", 219 | "yoga_instruction": [ 220 | "Begin in Tadasana (Mountain Pose) at the top of the mat.", 221 | "Place your hands on your hips, making sure your hips are squared.", 222 | "Step your right foot back 2 to 4 feet. Line up heel to heel with your back foot at approximately a 30- to 45-degree angle.", 223 | "Keep your hips facing forward and both sides of your waist elongated by pressing down with your right big toe mound at the same time as you draw your left hip back and in toward your right heel.", 224 | "On an inhalation, spread your arms out to the sides. On an exhalation, internally rotate your arms, bend your elbows, and bring your palms together behind your back. If this isn’t feasible, release your hands alongside your feet, on blocks, or on your shin.", 225 | "Inhale, lengthen your spine, and engage your quadriceps.", 226 | "Exhale, hinge at your hips, and begin to fold forward and toward your front thigh. Reach your sternum away from your navel and keep your collar bones broad to maintain openness in your front body and length in your back body. Release your forehead toward your shin.", 227 | "Draw the heads of your upper arms back and up away from the floor as you remain in the pose.", 228 | "To exit the pose, inhale and use the strength of your legs to come up. Release your arms and step your feet together, returning to Mountain Pose." 229 | ], 230 | "file_name": "", 231 | "labels": [], 232 | "correct_label": "" 233 | }, 234 | { 235 | "english_name": "Half-Moon", 236 | "sanskrit_name": "Ardha Chandrasana", 237 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Half-Moon-pose-Ardha-Chandrasana.jpg", 238 | "yoga_description": "Half Moon Pose is good for strengthening both legs evenly, teaching coordination, and helping you focus.", 239 | "yoga_instruction": [ 240 | "Start in Utthita Trikonasana (Extended Triangle) with your left foot forward.", 241 | "Bring your right hand to your hip and turn your head to look at the floor.", 242 | "Bend your front leg and shift your weight into your front foot.", 243 | "Reach your front hand a little forward and place it on the mat or a block directly beneath your front shoulder. Press down through your fingers to steady yourself.", 244 | "Lift your back leg until your thigh is parallel to the floor. Slowly turn your chest to face the right, twisting your torso and hips. Reach your top hand to the ceiling.", 245 | "Either keep your gaze on the floor or slowly bring it to your top hand. Keep a slight bend in your standing leg so you don’t hyperextend your knee.", 246 | "Exit the pose the same way you came into it and return to Extended Triangle." 247 | ], 248 | "file_name": "", 249 | "labels": [], 250 | "correct_label": "" 251 | }, 252 | { 253 | "english_name": "Child's", 254 | "sanskrit_name": "Balasana", 255 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Childs-pose-Balasana-Ekhart-Yoga.jpg", 256 | "yoga_description": "Child's pose gently stretches your spine, thighs, hips, and ankles. It can increase blood circulation to your head.", 257 | "yoga_instruction": [ 258 | "Sit on your heels, knees spread mat distance apart and bring your head towards the floor", 259 | "Your arms can be either stretched out to the front, by your side or hands underneath your forehead", 260 | "Breathe into your lower back", 261 | "Stay for anywhere between 30 seconds and several minutes in this resting pose", 262 | "To come out, exhale and roll up vertebra by vertebra, or come back to sitting with a straight spine." 263 | ], 264 | "file_name": "", 265 | "labels": [], 266 | "correct_label": "" 267 | }, 268 | { 269 | "english_name": "Eagle", 270 | "sanskrit_name": "Garudasana", 271 | "image_url": "https://www.ekhartyoga.com/media/image/articles/Eagle-pose-Garudasana-EkhartYoga.jpg", 272 | "yoga_description": "Eagle Pose improves balance and focus, and postural and body awareness. It stretches around your shoulders, upper back, and thighs, as it strengthens your core, thighs, legs, and ankles.", 273 | "yoga_instruction": [ 274 | "Stand in Tadasana (Mountain Pose). your feet slightly apart, below your sitting bones.", 275 | "Place your hands on your hips, pressing your pelvis down with your hands to ground yourself and feel a sense of connection with the earth. As you ground down, feel a sense of corresponding lift up through the crown of your head and a lengthening of your spine.", 276 | "Bend both knees, lift your right foot, and slowly wrap your right thigh over your left. Then curl your right foot behind your left calf, and hook it there. (You should not feel strain in either knee, and your left knee should be facing forward.)", 277 | "Reach both arms out in front of you and wrap your left arm over your right, crossing the left elbow over the right upper arm. Slide your right hand toward your face, cross your forearms, and press your palms together, raising your elbows to shoulder height.", 278 | "Stay here for five deep breaths, feeling the stretch in your upper back. Return to Tadasana, and repeat on the other side." 279 | ], 280 | "file_name": "", 281 | "labels": [], 282 | "correct_label": "" 283 | }, 284 | { 285 | "english_name": "Crescent", 286 | "sanskrit_name": "Anjaneyasana", 287 | "image_url": "https://www.ekhartyoga.com/media/images/articles/content/Crescent-Pose-High-Lunge-Anjaneyasana-Ekhart-Yoga.jpg", 288 | "yoga_description": "Strengthens ankles, knees and legs. Roots thighbones to help alleviate backpain. Strengthens abdomen, buttocks and spine. Opens chest and shoulders.", 289 | "yoga_instruction": [ 290 | "Start in Downward Facing Dog Pose.", 291 | "Inhale raise the right leg behind you and then exhale as you step the right foot forward between your hands.", 292 | "Check that the right knee is aligned above the right ankle.", 293 | "Ground through the feet, pull your lower abs in as you exhale, then inhale sweeping your arms out and up, palms facing towards each other", 294 | "Bend your back knee a little, lengthen your tailbone down towards the floor, then extend through the back leg, opening and stretching the sole of the foot.", 295 | "Open your chest and draw your front ribs down into your torso.", 296 | "Stay for five breaths.", 297 | "Bring your hands onto the floor by your right foot as you exhale.", 298 | "Step your right foot back into a Downward Facing Dog pose.", 299 | "Repeat with the left foot coming forward." 300 | ], 301 | "file_name": "classifier.tflite", 302 | "labels": ["chair", 303 | "cobra", 304 | "dog", 305 | "tree", 306 | "warrior"], 307 | "correct_label": "dog" 308 | } 309 | ] 310 | } -------------------------------------------------------------------------------- /JSON Files/cheatsheetlinks.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": "1", 4 | "Domain": "Linux CheatSheet", 5 | "Link": "https://cheatography.com/davechild/cheat-sheets/linux-command-line/" 6 | }, 7 | { 8 | "id": "2", 9 | "Domain": "Python CheatSheet", 10 | "Link": "https://www.pythoncheatsheet.org/cheatsheet/basics" 11 | }, 12 | { 13 | "id":"3", 14 | "Domain":"Command Line CheatSheet", 15 | "Link": "https://www.learnenough.com/command-line-tutorial" 16 | }, 17 | { 18 | "id":"4", 19 | "Domain":"Software Engineering Tips and Tricks", 20 | "Link":"https://www.freecodecamp.org/news/tag/blog/" 21 | }, 22 | { 23 | "id":"5", 24 | "Domain":"VS Code Shortcuts", 25 | "Link":"https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf" 26 | }, 27 | { 28 | "id":"6", 29 | "Domain":"Hypertext Markup Language (HTML)", 30 | "Link":"https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf" 31 | }, 32 | { 33 | "id":"7", 34 | "Domain":"Cascading style sheet (CSS)", 35 | "Link":"https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf" 36 | }, 37 | { 38 | "id":"8", 39 | "Domain":"Javascript", 40 | "Link":"https://htmlcheatsheet.com/js/" 41 | }, 42 | { 43 | "id":"9", 44 | "Domain":"Javascript String, Array and Object Methods ", 45 | "Link":"https://cheatography.com/anas-95/cheat-sheets/javascript-object-methods/" 46 | }, 47 | { 48 | "id":"10", 49 | "Domain":"Git", 50 | "Link":"https://education.github.com/git-cheat-sheet-education.pdf" 51 | }, 52 | { 53 | "id":"11", 54 | "Domain":"React.js", 55 | "Link":"https://devhints.io/react" 56 | }, 57 | { 58 | "id":"12", 59 | "Domain":"Bootstrap 4", 60 | "Link":"https://hackerthemes.com/bootstrap-cheatsheet/" 61 | }, 62 | { 63 | "id":"13", 64 | "Domain":"Bootstrap 5", 65 | "Link":"https://bootstrap-cheatsheet.themeselection.com/" 66 | }, 67 | { 68 | "id":"14", 69 | "Domain":"Dart", 70 | "Link":"https://quickref.me/dart" 71 | }, 72 | { 73 | "id":"15", 74 | "Domain":"Java Programming", 75 | "Link":"https://introcs.cs.princeton.edu/java/11cheatsheet/" 76 | }, 77 | { 78 | "id":"16", 79 | "Domain":"C Programming", 80 | "Link":"https://cheatography.com/ashlyn-black/cheat-sheets/c-reference/" 81 | }, 82 | { 83 | "id":"17", 84 | "Domain":"Backend (Node and Express)", 85 | "Link":"https://courses.cs.washington.edu/courses/cse154/19su/resources/assets/cheatsheets/node-cheatsheet.pdf" 86 | }, 87 | { 88 | "id":"18", 89 | "Domain":"Python Complete cheatsheet for Data Science", 90 | "Link":"https://www.utc.fr/~jlaforet/Suppl/python-cheatsheets.pdf" 91 | }, 92 | { 93 | "id":"19", 94 | "Domain":"HTML5 interactive CheatSheet", 95 | "Link":"https://htmlcheatsheet.com/" 96 | }, 97 | { 98 | "id":"20", 99 | "Domain":"CSS3 interactive CheatSheet", 100 | "Link":"https://htmlcheatsheet.com/css/" 101 | }, 102 | { 103 | "id":"21", 104 | "Domain":"JavaScript interactive CheatSheet", 105 | "Link":"https://htmlcheatsheet.com/js/" 106 | }, 107 | { 108 | "id" : "22", 109 | "Domain" : "Microsoft word Cheatsheet", 110 | "Link" : "https://in.pinterest.com/pin/10203536646163666/" 111 | }, 112 | { 113 | "id" : "23", 114 | "Domain" : "Microsoft Excel Cheatsheet", 115 | "Link" : "https://excelexposure.com/excel-shortcuts-cheat-sheet/" 116 | }, 117 | { 118 | "id" : "24", 119 | "Domain" : "Kotlin cheatsheet", 120 | "Link" : "https://blog.kotlin-academy.com/kotlin-cheat-sheet-1137588c75a" 121 | }, 122 | { 123 | "id" : "25", 124 | "Domain" : "Swift CheatSheet for (OOPS)", 125 | "Link" : "https://weimenglee.blogspot.com/2014/11/swift-cheat-sheets-download-today.html?m=1" 126 | 127 | }, 128 | { 129 | "id" : "26", 130 | "Domain" : "Command line Cheatsheet", 131 | "Link" : "https://www.git-tower.com/learn/cheat-sheets/cli/" 132 | }, 133 | { 134 | "id" : "23", 135 | "Domain" : "Microservices", 136 | "Link" : "https://cheatsheetseries.owasp.org/cheatsheets/Microservices_security.html" 137 | }, 138 | { 139 | "id" : "24", 140 | "Domain" : "iOS 16 cheat sheet", 141 | "Link" : "https://www.techrepublic.com/article/ios-16-cheat-sheet/" 142 | }, 143 | { 144 | "id" : "25", 145 | "Domain" : "jQuery", 146 | "Link" : "https://makeawebsitehub.com/jquery-mega-cheat-sheet/" 147 | }, 148 | { 149 | "id" : "26", 150 | "Domain" : "Node.js", 151 | "Link" : "https://courses.cs.washington.edu/courses/cse154/19su/resources/assets/cheatsheets/node-cheatsheet.pdf" 152 | }, 153 | { 154 | "id":"27", 155 | "Domain":"Jenkins CheatSheet", 156 | "Link":"https://www.edureka.co/blog/cheatsheets/jenkins-cheat-sheet/" 157 | }, 158 | { 159 | "id":"28", 160 | "Domain":"UI/UX CheatSheet", 161 | "Link":"https://zerotomastery.io/cheatsheets/ui-ux-design-cheat-sheet/" 162 | }, 163 | { 164 | "id":"29", 165 | "Domain":"Bootstrap CheatSheet", 166 | "Link":"https://hackerthemes.com/bootstrap-cheatsheet/" 167 | }, 168 | { 169 | "id":"30", 170 | "Domain":"UI/UX CheatSheet", 171 | "Link":"https://education.github.com/git-cheat-sheet-education.pdf" 172 | }, 173 | { 174 | "id":"31", 175 | "Domain":"Angular CheatSheet", 176 | "Link":"https://www.interviewbit.com/angular-cheat-sheet/" 177 | }, 178 | { 179 | "id":"32", 180 | "Domain":"RESTful API CheatSheet", 181 | "Link":"https://devhints.io/rest-api" 182 | }, 183 | { 184 | "id":"33", 185 | "Domain":"Cassandra Apache CheatSheet", 186 | "Link":"https://www.baeldung.com/cassandra-query-cheat-sheet" 187 | }, 188 | { 189 | "id":"34", 190 | "Domain":"Data Structure and Algorithms CheatSheet", 191 | "Link":"https://www.geeksforgeeks.org/dsa-sheet-by-love-babbar/" 192 | }, 193 | { 194 | "id":"35", 195 | "Domain":"Machine Algorithms CheatSheet", 196 | "Link":"https://www.datacamp.com/cheat-sheet/machine-learning-cheat-sheet" 197 | }, 198 | { 199 | "id":"36", 200 | "Domain":"Data Science CheatSheet", 201 | "Link":"https://medium.com/@anushka.datascoop/101-data-science-cheat-sheets-ml-dl-scraping-python-r-sql-maths-statistics-ef30b4d786eb" 202 | }, 203 | { 204 | "id":"37", 205 | "Domain":"Terraform CheatSheet", 206 | "Link":"https://acloudguru.com/blog/engineering/the-ultimate-terraform-cheatsheet" 207 | }, 208 | { 209 | "id":"38", 210 | "Domain":"Terraform CheatSheet", 211 | "Link":"https://acloudguru.com/blog/engineering/the-ultimate-terraform-cheatsheet" 212 | }, 213 | { 214 | "id":"39", 215 | "Domain":"GoLang CheatSheet", 216 | "Link":"https://devhints.io/go" 217 | }, 218 | { 219 | "id":"40", 220 | "Domain":"Vim CheatSheet", 221 | "Link":"https://devhints.io/vim" 222 | }, 223 | { 224 | "id":"41", 225 | "Domain":"DevOps GitLab CI CheatSheet", 226 | "Link":"https://medium.com/open-devops-academy/cheat-sheet-for-devops-gitlab-ci-yml-gitlab-2ffbf0c4f7ac" 227 | }, 228 | { 229 | "id" : "42", 230 | "Domain" : "Express.js", 231 | "Link" : "https://devhints.io/express" 232 | }, 233 | { 234 | "id" : "43", 235 | "Domain" : "SEO cheat sheet for developers", 236 | "Link" : "https://d2v4zi8pl64nxt.cloudfront.net/seo-cheat-sheet.pdf" 237 | }, 238 | { 239 | "id" : "44", 240 | "Domain" : "Julia", 241 | "Link" : "https://juliadocs.github.io/Julia-Cheat-Sheet/" 242 | }, 243 | { 244 | "id" : "45", 245 | "Domain" : "MATLAB", 246 | "Link" : "https://www.cs.cmu.edu/~tom/10601_fall2012/recitations/matlab_quickref.pdf" 247 | }, 248 | { 249 | "id" : "46", 250 | "Domain" : "SQL CheatSheet", 251 | "Link" : "https://www.interviewbit.com/sql-cheat-sheet/" 252 | }, 253 | { 254 | "id" : "47", 255 | "Domain" : "DBMS CheatSheet", 256 | "Link" : "https://www.geeksforgeeks.org/last-minute-notes-dbms/" 257 | }, 258 | { 259 | "id" : "48", 260 | "Domain" : "JAVA OOP CheatSheet", 261 | "Link" : "https://www.edureka.co/blog/cheatsheets/java-oop-cheat-sheet/" 262 | }, 263 | { 264 | "id" : "49", 265 | "Domain" : "Unsupervised Learning CheatSheet", 266 | "Link" : "https://stanford.edu/~shervine/teaching/cs-229/cheatsheet-unsupervised-learning" 267 | }, 268 | { 269 | "id" : "50", 270 | "Domain" : "Deep Learning CheatSheet", 271 | "Link" : "https://stanford.edu/~shervine/teaching/cs-229/cheatsheet-deep-learning" 272 | }, 273 | { 274 | "id" : "51", 275 | "Domain" : "Supervised Learning CheatSheet", 276 | "Link" : "https://stanford.edu/~shervine/teaching/cs-229/cheatsheet-supervised-learning" 277 | }, 278 | { 279 | "id" : "52", 280 | "Domain" : "Descriptive Statistics CheatSheet", 281 | "Link" : "https://www.datacamp.com/cheat-sheet/descriptive-statistics-cheat-sheet" 282 | }, 283 | { 284 | "id" : "53", 285 | "Domain" : "STAT301 CheatSheet", 286 | "Link" : "https://web.stat.tamu.edu/~suhasini/teaching301/cheatsheet.pdf" 287 | }, 288 | { 289 | "id" : "54", 290 | "Domain" : "Mongoose", 291 | "Link" : "https://mongoosejs.com/docs/guide.html" 292 | }, 293 | { 294 | "id" : "55", 295 | "Domain" : "Mongodb", 296 | "Link" : "https://www.interviewbit.com/mongodb-cheat-sheet/" 297 | }, 298 | { 299 | "id" : "56", 300 | "Domain" : "C++ Programming", 301 | "Link" : "https://hackr.io/blog/cpp-cheat-sheet-pdf" 302 | }, 303 | { 304 | "id" : "57", 305 | "Domain" : "PostgreSQL", 306 | "Link" : "https://www.postgresqltutorial.com/postgresql-cheat-sheet/" 307 | }, 308 | { 309 | "id" : "58", 310 | "Domain" : "Postman", 311 | "Link" : "https://postman-quick-reference-guide.readthedocs.io/en/latest/cheatsheet.html" 312 | }, 313 | { 314 | "id" : "59", 315 | "Domain" : "Vue", 316 | "Link" : "https://devhints.io/vue" 317 | }, 318 | { 319 | "id" : "60", 320 | "Domain" : "Tailwind", 321 | "Link" : "https://nerdcave.com/tailwind-cheat-sheet" 322 | }, 323 | { 324 | "id" : "61", 325 | "Domain" : "Redis", 326 | "Link" : "https://lzone.de/cheat-sheet/Redis" 327 | }, 328 | { 329 | "id" : "62", 330 | "Domain" : "Bash", 331 | "Link" : "https://devhints.io/bash" 332 | }, 333 | { 334 | "id" : "63", 335 | "Domain" : "Keyboard Shortcuts", 336 | "Link" : "https://www.geek-computer.com/wiki/windows-10-keyboard-shortcuts-cheat-sheet" 337 | }, 338 | { 339 | "id" : "64", 340 | "Domain" : "Azure Devops Cheatsheet", 341 | "Link" : "https://lzone.de/cheat-sheet/Azure%20Devops" 342 | }, 343 | { 344 | "id" : "65", 345 | "Domain" : "Microsoft Powerpoint Shortcut Keys", 346 | "Link" : "https://support.microsoft.com/en-us/office/use-keyboard-shortcuts-to-create-powerpoint-presentations-ebb3d20e-dcd4-444f-a38e-bb5c5ed180f4" 347 | }, 348 | { 349 | "id" : "66", 350 | "Domain" : "Adobe Illustrator Keyboard Shortcuts", 351 | "Link" : "https://helpx.adobe.com/in/illustrator/using/default-keyboard-shortcuts.html" 352 | 353 | }, 354 | { 355 | "id" : "67", 356 | "Domain" : "Ios 16", 357 | "Link" : "https://helpx.adobe.com/in/illustrator/using/default-keyboard-shortcuts.html" 358 | }, 359 | { 360 | "id" : "68", 361 | "Domain" : "Ios 15", 362 | "Link" : "https://helpx.adobe.com/in/illustrator/using/default-keyboard-shortcuts.html" 363 | }, 364 | { 365 | "id" : "69", 366 | "Domain" : "Android 10 ", 367 | "Link" : "https://helpx.adobe.com/in/illustrator/using/default-keyboard-shortcuts.html" 368 | }, 369 | { 370 | "id" : "70", 371 | "Domain" : "Sql", 372 | "Link" : "https://helpx.adobe.com/in/illustrator/using/default-keyboard-shortcuts.html" 373 | }, 374 | { 375 | "id" : "71", 376 | "Domain" : "R Cheatsheet", 377 | "Link" : "https://www.datacamp.com/cheat-sheet/getting-started-r" 378 | }, 379 | { 380 | "id" : "72", 381 | "Domain" : "Operating System Cheatsheet", 382 | "Link" : "https://www.codecademy.com/learn/fundamentals-of-operating-systems/modules/introduction-to-operating-systems/cheatsheet" 383 | }, 384 | { 385 | "id" : "73", 386 | "Domain" : "Spyder Keyboard Shortcuts", 387 | "Link" : "https://keycombiner.com/collections/spyder/" 388 | }, 389 | { 390 | "id" : "74", 391 | "Domain" : "Figma Keyboard Shortcuts", 392 | "Link" : "https://usethekeyboard.com/figma/" 393 | }, 394 | { 395 | "id" : "75", 396 | "Domain" : "AWS CheatSheet", 397 | "Link" : "https://intellipaat.com/blog/tutorial/amazon-web-services-aws-tutorial/aws-cheat-sheet/" 398 | }, 399 | { 400 | "id" : "76", 401 | "Domain" : "Google Cloud CheatSheet", 402 | "Link" : "https://googlecloudcheatsheet.withgoogle.com/" 403 | }, 404 | { 405 | "id" : "77", 406 | "Domain" : "C#", 407 | "Link" : "https://simplecheatsheet.com/tag/c-cheat-sheet-1/" 408 | }, 409 | { 410 | "id" : "78", 411 | "Domain" : "Solidity", 412 | "Link" : "https://intellipaat.com/mediaFiles/2019/03/Solidity-Cheat-Sheet.jpg" 413 | }, 414 | { 415 | "id" : "79", 416 | "Domain" : "Markdown", 417 | "Link" : "https://www.markdownguide.org/cheat-sheet/" 418 | }, 419 | { 420 | "id" : "80", 421 | "Domain" : "Markdown", 422 | "Link" : "http://www.cheat-sheets.org/saved-copy/RubyCheat.pdf" 423 | }, 424 | 425 | ] 426 | -------------------------------------------------------------------------------- /JSON Files/country's_calling_code.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "country": "Afghanistan", 4 | "calling_code": 93 5 | }, 6 | { 7 | "country": "Albania", 8 | "calling_code": 355 9 | }, 10 | { 11 | "country": "Algeria", 12 | "calling_code": 213 13 | }, 14 | { 15 | "country": "American Samoa", 16 | "calling_code": 1684 17 | }, 18 | { 19 | "country": "Andorra", 20 | "calling_code": 376 21 | }, 22 | { 23 | "country": "Angola", 24 | "calling_code": 244 25 | }, 26 | { 27 | "country": "Anguilla", 28 | "calling_code": 1264 29 | }, 30 | { 31 | "country": "Antarctica", 32 | "calling_code": 672 33 | }, 34 | { 35 | "country": "Antigua and Barbuda", 36 | "calling_code": 1268 37 | }, 38 | { 39 | "country": "Argentina", 40 | "calling_code": 54 41 | }, 42 | { 43 | "country": "Armenia", 44 | "calling_code": 374 45 | }, 46 | { 47 | "country": "Aruba", 48 | "calling_code": 297 49 | }, 50 | { 51 | "country": "Australia", 52 | "calling_code": 61 53 | }, 54 | { 55 | "country": "Austria", 56 | "calling_code": 43 57 | }, 58 | { 59 | "country": "Azerbaijan", 60 | "calling_code": 994 61 | }, 62 | { 63 | "country": "Bahamas", 64 | "calling_code": 1242 65 | }, 66 | { 67 | "country": "Bahrain", 68 | "calling_code": 973 69 | }, 70 | { 71 | "country": "Bangladesh", 72 | "calling_code": 880 73 | }, 74 | { 75 | "country": "Barbados", 76 | "calling_code": 1246 77 | }, 78 | { 79 | "country": "Belarus", 80 | "calling_code": 375 81 | }, 82 | { 83 | "country": "Belgium", 84 | "calling_code": 32 85 | }, 86 | { 87 | "country": "Belize", 88 | "calling_code": 501 89 | }, 90 | { 91 | "country": "Benin", 92 | "calling_code": 229 93 | }, 94 | { 95 | "country": "Bermuda", 96 | "calling_code": 1441 97 | }, 98 | { 99 | "country": "Bhutan", 100 | "calling_code": 975 101 | }, 102 | { 103 | "country": "Bolivia", 104 | "calling_code": 591 105 | }, 106 | { 107 | "country": "Bosnia and Herzegovina", 108 | "calling_code": 387 109 | }, 110 | { 111 | "country": "Botswana", 112 | "calling_code": 267 113 | }, 114 | { 115 | "country": "Bouvet Island", 116 | "calling_code": 55 117 | }, 118 | { 119 | "country": "Brazil", 120 | "calling_code": 55 121 | }, 122 | { 123 | "country": "British Indian Ocean Territory", 124 | "calling_code": 246 125 | }, 126 | { 127 | "country": "Brunei", 128 | "calling_code": 673 129 | }, 130 | { 131 | "country": "Bulgaria", 132 | "calling_code": 359 133 | }, 134 | { 135 | "country": "Burkina Faso", 136 | "calling_code": 226 137 | }, 138 | { 139 | "country": "Burundi", 140 | "calling_code": 257 141 | }, 142 | { 143 | "country": "Cambodia", 144 | "calling_code": 855 145 | }, 146 | { 147 | "country": "Cameroon", 148 | "calling_code": 237 149 | }, 150 | { 151 | "country": "Canada", 152 | "calling_code": 1 153 | }, 154 | { 155 | "country": "Cape Verde", 156 | "calling_code": 238 157 | }, 158 | { 159 | "country": "Cayman Islands", 160 | "calling_code": 1345 161 | }, 162 | { 163 | "country": "Central African Republic", 164 | "calling_code": 236 165 | }, 166 | { 167 | "country": "Chad", 168 | "calling_code": 235 169 | }, 170 | { 171 | "country": "Chile", 172 | "calling_code": 56 173 | }, 174 | { 175 | "country": "China", 176 | "calling_code": 86 177 | }, 178 | { 179 | "country": "Christmas Island", 180 | "calling_code": 61 181 | }, 182 | { 183 | "country": "Cocos (Keeling) Islands", 184 | "calling_code": 61 185 | }, 186 | { 187 | "country": "Colombia", 188 | "calling_code": 57 189 | }, 190 | { 191 | "country": "Comoros", 192 | "calling_code": 269 193 | }, 194 | { 195 | "country": "Congo", 196 | "calling_code": 242 197 | }, 198 | { 199 | "country": "Cook Islands", 200 | "calling_code": 682 201 | }, 202 | { 203 | "country": "Costa Rica", 204 | "calling_code": 506 205 | }, 206 | { 207 | "country": "Croatia", 208 | "calling_code": 385 209 | }, 210 | { 211 | "country": "Cuba", 212 | "calling_code": 53 213 | }, 214 | { 215 | "country": "Cyprus", 216 | "calling_code": 357 217 | }, 218 | { 219 | "country": "Czech Republic", 220 | "calling_code": 420 221 | }, 222 | { 223 | "country": "Denmark", 224 | "calling_code": 45 225 | }, 226 | { 227 | "country": "Djibouti", 228 | "calling_code": 253 229 | }, 230 | { 231 | "country": "Dominica", 232 | "calling_code": 1767 233 | }, 234 | { 235 | "country": "Dominican Republic", 236 | "calling_code": 1849 237 | }, 238 | { 239 | "country": "East Timor", 240 | "calling_code": 670 241 | }, 242 | { 243 | "country": "Ecuador", 244 | "calling_code": 593 245 | }, 246 | { 247 | "country": "Egypt", 248 | "calling_code": 20 249 | }, 250 | { 251 | "country": "El Salvador", 252 | "calling_code": 503 253 | }, 254 | { 255 | "country": "England", 256 | "calling_code": 44 257 | }, 258 | { 259 | "country": "Equatorial Guinea", 260 | "calling_code": 240 261 | }, 262 | { 263 | "country": "Eritrea", 264 | "calling_code": 291 265 | }, 266 | { 267 | "country": "Estonia", 268 | "calling_code": 372 269 | }, 270 | { 271 | "country": "Ethiopia", 272 | "calling_code": 251 273 | }, 274 | { 275 | "country": "Falkland Islands", 276 | "calling_code": 500 277 | }, 278 | { 279 | "country": "Faroe Islands", 280 | "calling_code": 298 281 | }, 282 | { 283 | "country": "Fiji Islands", 284 | "calling_code": 679 285 | }, 286 | { 287 | "country": "Finland", 288 | "calling_code": 358 289 | }, 290 | { 291 | "country": "France", 292 | "calling_code": 33 293 | }, 294 | { 295 | "country": "French Guiana", 296 | "calling_code": 594 297 | }, 298 | { 299 | "country": "French Polynesia", 300 | "calling_code": 689 301 | }, 302 | { 303 | "country": "French Southern territories", 304 | "calling_code": 262 305 | }, 306 | { 307 | "country": "Gabon", 308 | "calling_code": 241 309 | }, 310 | { 311 | "country": "Gambia", 312 | "calling_code": 220 313 | }, 314 | { 315 | "country": "Georgia", 316 | "calling_code": 995 317 | }, 318 | { 319 | "country": "Germany", 320 | "calling_code": 49 321 | }, 322 | { 323 | "country": "Ghana", 324 | "calling_code": 233 325 | }, 326 | { 327 | "country": "Gibraltar", 328 | "calling_code": 350 329 | }, 330 | { 331 | "country": "Greece", 332 | "calling_code": 30 333 | }, 334 | { 335 | "country": "Greenland", 336 | "calling_code": 299 337 | }, 338 | { 339 | "country": "Grenada", 340 | "calling_code": 1473 341 | }, 342 | { 343 | "country": "Guadeloupe", 344 | "calling_code": 590 345 | }, 346 | { 347 | "country": "Guam", 348 | "calling_code": 1671 349 | }, 350 | { 351 | "country": "Guatemala", 352 | "calling_code": 502 353 | }, 354 | { 355 | "country": "Guinea", 356 | "calling_code": 224 357 | }, 358 | { 359 | "country": "Guinea-Bissau", 360 | "calling_code": 245 361 | }, 362 | { 363 | "country": "Guyana", 364 | "calling_code": 592 365 | }, 366 | { 367 | "country": "Haiti", 368 | "calling_code": 509 369 | }, 370 | { 371 | "country": "Heard Island and McDonald Islands", 372 | "calling_code": 672 373 | }, 374 | { 375 | "country": "Holy See (Vatican City State)", 376 | "calling_code": 379 377 | }, 378 | { 379 | "country": "Honduras", 380 | "calling_code": 504 381 | }, 382 | { 383 | "country": "Hong Kong", 384 | "calling_code": 852 385 | }, 386 | { 387 | "country": "Hungary", 388 | "calling_code": 36 389 | }, 390 | { 391 | "country": "Iceland", 392 | "calling_code": 354 393 | }, 394 | { 395 | "country": "India", 396 | "calling_code": 91 397 | }, 398 | { 399 | "country": "Indonesia", 400 | "calling_code": 62 401 | }, 402 | { 403 | "country": "Iran", 404 | "calling_code": 98 405 | }, 406 | { 407 | "country": "Iraq", 408 | "calling_code": 964 409 | }, 410 | { 411 | "country": "Ireland", 412 | "calling_code": 353 413 | }, 414 | { 415 | "country": "Israel", 416 | "calling_code": 972 417 | }, 418 | { 419 | "country": "Italy", 420 | "calling_code": 39 421 | }, 422 | { 423 | "country": "Ivory Coast", 424 | "calling_code": 225 425 | }, 426 | { 427 | "country": "Jamaica", 428 | "calling_code": 1876 429 | }, 430 | { 431 | "country": "Japan", 432 | "calling_code": 81 433 | }, 434 | { 435 | "country": "Jordan", 436 | "calling_code": 962 437 | }, 438 | { 439 | "country": "Kazakhstan", 440 | "calling_code": 7 441 | }, 442 | { 443 | "country": "Kenya", 444 | "calling_code": 254 445 | }, 446 | { 447 | "country": "Kiribati", 448 | "calling_code": 686 449 | }, 450 | { 451 | "country": "Kuwait", 452 | "calling_code": 965 453 | }, 454 | { 455 | "country": "Kyrgyzstan", 456 | "calling_code": 996 457 | }, 458 | { 459 | "country": "Laos", 460 | "calling_code": 856 461 | }, 462 | { 463 | "country": "Latvia", 464 | "calling_code": 371 465 | }, 466 | { 467 | "country": "Lebanon", 468 | "calling_code": 961 469 | }, 470 | { 471 | "country": "Lesotho", 472 | "calling_code": 266 473 | }, 474 | { 475 | "country": "Liberia", 476 | "calling_code": 231 477 | }, 478 | { 479 | "country": "Libyan Arab Jamahiriya", 480 | "calling_code": 218 481 | }, 482 | { 483 | "country": "Liechtenstein", 484 | "calling_code": 423 485 | }, 486 | { 487 | "country": "Lithuania", 488 | "calling_code": 370 489 | }, 490 | { 491 | "country": "Luxembourg", 492 | "calling_code": 352 493 | }, 494 | { 495 | "country": "Macao", 496 | "calling_code": 853 497 | }, 498 | { 499 | "country": "North Macedonia", 500 | "calling_code": 389 501 | }, 502 | { 503 | "country": "Madagascar", 504 | "calling_code": 261 505 | }, 506 | { 507 | "country": "Malawi", 508 | "calling_code": 265 509 | }, 510 | { 511 | "country": "Malaysia", 512 | "calling_code": 60 513 | }, 514 | { 515 | "country": "Maldives", 516 | "calling_code": 960 517 | }, 518 | { 519 | "country": "Mali", 520 | "calling_code": 223 521 | }, 522 | { 523 | "country": "Malta", 524 | "calling_code": 356 525 | }, 526 | { 527 | "country": "Marshall Islands", 528 | "calling_code": 692 529 | }, 530 | { 531 | "country": "Martinique", 532 | "calling_code": 596 533 | }, 534 | { 535 | "country": "Mauritania", 536 | "calling_code": 222 537 | }, 538 | { 539 | "country": "Mauritius", 540 | "calling_code": 230 541 | }, 542 | { 543 | "country": "Mayotte", 544 | "calling_code": 262 545 | }, 546 | { 547 | "country": "Mexico", 548 | "calling_code": 52 549 | }, 550 | { 551 | "country": "Micronesia, Federated States of", 552 | "calling_code": 691 553 | }, 554 | { 555 | "country": "Moldova", 556 | "calling_code": 373 557 | }, 558 | { 559 | "country": "Monaco", 560 | "calling_code": 377 561 | }, 562 | { 563 | "country": "Mongolia", 564 | "calling_code": 976 565 | }, 566 | { 567 | "country": "Montserrat", 568 | "calling_code": 1664 569 | }, 570 | { 571 | "country": "Morocco", 572 | "calling_code": 212 573 | }, 574 | { 575 | "country": "Mozambique", 576 | "calling_code": 258 577 | }, 578 | { 579 | "country": "Myanmar", 580 | "calling_code": 95 581 | }, 582 | { 583 | "country": "Namibia", 584 | "calling_code": 264 585 | }, 586 | { 587 | "country": "Nauru", 588 | "calling_code": 674 589 | }, 590 | { 591 | "country": "Nepal", 592 | "calling_code": 977 593 | }, 594 | { 595 | "country": "Netherlands", 596 | "calling_code": 31 597 | }, 598 | { 599 | "country": "Netherlands Antilles", 600 | "calling_code": 599 601 | }, 602 | { 603 | "country": "New Caledonia", 604 | "calling_code": 687 605 | }, 606 | { 607 | "country": "New Zealand", 608 | "calling_code": 64 609 | }, 610 | { 611 | "country": "Nicaragua", 612 | "calling_code": 505 613 | }, 614 | { 615 | "country": "Niger", 616 | "calling_code": 227 617 | }, 618 | { 619 | "country": "Nigeria", 620 | "calling_code": 234 621 | }, 622 | { 623 | "country": "Niue", 624 | "calling_code": 683 625 | }, 626 | { 627 | "country": "Norfolk Island", 628 | "calling_code": 672 629 | }, 630 | { 631 | "country": "North Korea", 632 | "calling_code": 850 633 | }, 634 | { 635 | "country": "Northern Ireland", 636 | "calling_code": 44 637 | }, 638 | { 639 | "country": "Northern Mariana Islands", 640 | "calling_code": 1670 641 | }, 642 | { 643 | "country": "Norway", 644 | "calling_code": 47 645 | }, 646 | { 647 | "country": "Oman", 648 | "calling_code": 968 649 | }, 650 | { 651 | "country": "Pakistan", 652 | "calling_code": 92 653 | }, 654 | { 655 | "country": "Palau", 656 | "calling_code": 680 657 | }, 658 | { 659 | "country": "Palestine", 660 | "calling_code": 970 661 | }, 662 | { 663 | "country": "Panama", 664 | "calling_code": 507 665 | }, 666 | { 667 | "country": "Papua New Guinea", 668 | "calling_code": 675 669 | }, 670 | { 671 | "country": "Paraguay", 672 | "calling_code": 595 673 | }, 674 | { 675 | "country": "Peru", 676 | "calling_code": 51 677 | }, 678 | { 679 | "country": "Philippines", 680 | "calling_code": 63 681 | }, 682 | { 683 | "country": "Pitcairn", 684 | "calling_code": 64 685 | }, 686 | { 687 | "country": "Poland", 688 | "calling_code": 48 689 | }, 690 | { 691 | "country": "Portugal", 692 | "calling_code": 351 693 | }, 694 | { 695 | "country": "Puerto Rico", 696 | "calling_code": 1939 697 | }, 698 | { 699 | "country": "Qatar", 700 | "calling_code": 974 701 | }, 702 | { 703 | "country": "Reunion", 704 | "calling_code": 262 705 | }, 706 | { 707 | "country": "Romania", 708 | "calling_code": 40 709 | }, 710 | { 711 | "country": "Russian Federation", 712 | "calling_code": 7 713 | }, 714 | { 715 | "country": "Rwanda", 716 | "calling_code": 250 717 | }, 718 | { 719 | "country": "Saint Helena", 720 | "calling_code": 290 721 | }, 722 | { 723 | "country": "Saint Kitts and Nevis", 724 | "calling_code": 1869 725 | }, 726 | { 727 | "country": "Saint Lucia", 728 | "calling_code": 1758 729 | }, 730 | { 731 | "country": "Saint Pierre and Miquelon", 732 | "calling_code": 508 733 | }, 734 | { 735 | "country": "Saint Vincent and the Grenadines", 736 | "calling_code": 1784 737 | }, 738 | { 739 | "country": "Samoa", 740 | "calling_code": 685 741 | }, 742 | { 743 | "country": "San Marino", 744 | "calling_code": 378 745 | }, 746 | { 747 | "country": "Sao Tome and Principe", 748 | "calling_code": 239 749 | }, 750 | { 751 | "country": "Saudi Arabia", 752 | "calling_code": 966 753 | }, 754 | { 755 | "country": "Scotland", 756 | "calling_code": 44 757 | }, 758 | { 759 | "country": "Senegal", 760 | "calling_code": 221 761 | }, 762 | { 763 | "country": "Serbia", 764 | "calling_code": 381 765 | }, 766 | { 767 | "country": "Seychelles", 768 | "calling_code": 248 769 | }, 770 | { 771 | "country": "Sierra Leone", 772 | "calling_code": 232 773 | }, 774 | { 775 | "country": "Singapore", 776 | "calling_code": 65 777 | }, 778 | { 779 | "country": "Slovakia", 780 | "calling_code": 421 781 | }, 782 | { 783 | "country": "Slovenia", 784 | "calling_code": 386 785 | }, 786 | { 787 | "country": "Solomon Islands", 788 | "calling_code": 677 789 | }, 790 | { 791 | "country": "Somalia", 792 | "calling_code": 252 793 | }, 794 | { 795 | "country": "South Africa", 796 | "calling_code": 27 797 | }, 798 | { 799 | "country": "South Georgia and the South Sandwich Islands", 800 | "calling_code": 500 801 | }, 802 | { 803 | "country": "South Korea", 804 | "calling_code": 82 805 | }, 806 | { 807 | "country": "South Sudan", 808 | "calling_code": 211 809 | }, 810 | { 811 | "country": "Spain", 812 | "calling_code": 34 813 | }, 814 | { 815 | "country": "Sri Lanka", 816 | "calling_code": 94 817 | }, 818 | { 819 | "country": "Sudan", 820 | "calling_code": 249 821 | }, 822 | { 823 | "country": "Suriname", 824 | "calling_code": 597 825 | }, 826 | { 827 | "country": "Svalbard and Jan Mayen", 828 | "calling_code": 47 829 | }, 830 | { 831 | "country": "Swaziland", 832 | "calling_code": 268 833 | }, 834 | { 835 | "country": "Sweden", 836 | "calling_code": 46 837 | }, 838 | { 839 | "country": "Switzerland", 840 | "calling_code": 41 841 | }, 842 | { 843 | "country": "Syria", 844 | "calling_code": 963 845 | }, 846 | { 847 | "country": "Tajikistan", 848 | "calling_code": 992 849 | }, 850 | { 851 | "country": "Tanzania", 852 | "calling_code": 255 853 | }, 854 | { 855 | "country": "Thailand", 856 | "calling_code": 66 857 | }, 858 | { 859 | "country": "The Democratic Republic of Congo", 860 | "calling_code": 243 861 | }, 862 | { 863 | "country": "Togo", 864 | "calling_code": 228 865 | }, 866 | { 867 | "country": "Tokelau", 868 | "calling_code": 690 869 | }, 870 | { 871 | "country": "Tonga", 872 | "calling_code": 676 873 | }, 874 | { 875 | "country": "Trinidad and Tobago", 876 | "calling_code": 1868 877 | }, 878 | { 879 | "country": "Tunisia", 880 | "calling_code": 216 881 | }, 882 | { 883 | "country": "Turkey", 884 | "calling_code": 90 885 | }, 886 | { 887 | "country": "Turkmenistan", 888 | "calling_code": 993 889 | }, 890 | { 891 | "country": "Turks and Caicos Islands", 892 | "calling_code": 1649 893 | }, 894 | { 895 | "country": "Tuvalu", 896 | "calling_code": 688 897 | }, 898 | { 899 | "country": "Uganda", 900 | "calling_code": 256 901 | }, 902 | { 903 | "country": "Ukraine", 904 | "calling_code": 380 905 | }, 906 | { 907 | "country": "United Arab Emirates", 908 | "calling_code": 971 909 | }, 910 | { 911 | "country": "United Kingdom", 912 | "calling_code": 44 913 | }, 914 | { 915 | "country": "United States", 916 | "calling_code": 1 917 | }, 918 | { 919 | "country": "United States Minor Outlying Islands", 920 | "calling_code": 1 921 | }, 922 | { 923 | "country": "Uruguay", 924 | "calling_code": 598 925 | }, 926 | { 927 | "country": "Uzbekistan", 928 | "calling_code": 998 929 | }, 930 | { 931 | "country": "Vanuatu", 932 | "calling_code": 678 933 | }, 934 | { 935 | "country": "Venezuela", 936 | "calling_code": 58 937 | }, 938 | { 939 | "country": "Vietnam", 940 | "calling_code": 84 941 | }, 942 | { 943 | "country": "Virgin Islands, British", 944 | "calling_code": 1 945 | }, 946 | { 947 | "country": "Virgin Islands, U.S.", 948 | "calling_code": 1 949 | }, 950 | { 951 | "country": "Wales", 952 | "calling_code": 44 953 | }, 954 | { 955 | "country": "Wallis and Futuna", 956 | "calling_code": 681 957 | }, 958 | { 959 | "country": "Western Sahara", 960 | "calling_code": 212 961 | }, 962 | { 963 | "country": "Yemen", 964 | "calling_code": 967 965 | }, 966 | { 967 | "country": "Zambia", 968 | "calling_code": 260 969 | }, 970 | { 971 | "country": "Zimbabwe", 972 | "calling_code": 263 973 | } 974 | ] 975 | -------------------------------------------------------------------------------- /JSON Files/country-&-its-capital-city.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "country": "Afghanistan", 4 | "city": "Kabul" 5 | }, 6 | { 7 | "country": "Albania", 8 | "city": "Tirana" 9 | }, 10 | { 11 | "country": "Algeria", 12 | "city": "Alger" 13 | }, 14 | { 15 | "country": "American Samoa", 16 | "city": "Fagatogo" 17 | }, 18 | { 19 | "country": "Andorra", 20 | "city": "Andorra la Vella" 21 | }, 22 | { 23 | "country": "Angola", 24 | "city": "Luanda" 25 | }, 26 | { 27 | "country": "Anguilla", 28 | "city": "The Valley" 29 | }, 30 | { 31 | "country": "Antarctica", 32 | "city": null 33 | }, 34 | { 35 | "country": "Antigua and Barbuda", 36 | "city": "Saint John's" 37 | }, 38 | { 39 | "country": "Argentina", 40 | "city": "Buenos Aires" 41 | }, 42 | { 43 | "country": "Armenia", 44 | "city": "Yerevan" 45 | }, 46 | { 47 | "country": "Aruba", 48 | "city": "Oranjestad" 49 | }, 50 | { 51 | "country": "Australia", 52 | "city": "Canberra" 53 | }, 54 | { 55 | "country": "Austria", 56 | "city": "Wien" 57 | }, 58 | { 59 | "country": "Azerbaijan", 60 | "city": "Baku" 61 | }, 62 | { 63 | "country": "Bahamas", 64 | "city": "Nassau" 65 | }, 66 | { 67 | "country": "Bahrain", 68 | "city": "al-Manama" 69 | }, 70 | { 71 | "country": "Bangladesh", 72 | "city": "Dhaka" 73 | }, 74 | { 75 | "country": "Barbados", 76 | "city": "Bridgetown" 77 | }, 78 | { 79 | "country": "Belarus", 80 | "city": "Minsk" 81 | }, 82 | { 83 | "country": "Belgium", 84 | "city": "Bruxelles [Brussel]" 85 | }, 86 | { 87 | "country": "Belize", 88 | "city": "Belmopan" 89 | }, 90 | { 91 | "country": "Benin", 92 | "city": "Porto-Novo" 93 | }, 94 | { 95 | "country": "Bermuda", 96 | "city": "Hamilton" 97 | }, 98 | { 99 | "country": "Bhutan", 100 | "city": "Thimphu" 101 | }, 102 | { 103 | "country": "Bolivia", 104 | "city": "La Paz" 105 | }, 106 | { 107 | "country": "Bosnia and Herzegovina", 108 | "city": "Sarajevo" 109 | }, 110 | { 111 | "country": "Botswana", 112 | "city": "Gaborone" 113 | }, 114 | { 115 | "country": "Bouvet Island", 116 | "city": null 117 | }, 118 | { 119 | "country": "Brazil", 120 | "city": "Brasília" 121 | }, 122 | { 123 | "country": "British Indian Ocean Territory", 124 | "city": null 125 | }, 126 | { 127 | "country": "Brunei", 128 | "city": "Bandar Seri Begawan" 129 | }, 130 | { 131 | "country": "Bulgaria", 132 | "city": "Sofia" 133 | }, 134 | { 135 | "country": "Burkina Faso", 136 | "city": "Ouagadougou" 137 | }, 138 | { 139 | "country": "Burundi", 140 | "city": "Bujumbura" 141 | }, 142 | { 143 | "country": "Cambodia", 144 | "city": "Phnom Penh" 145 | }, 146 | { 147 | "country": "Cameroon", 148 | "city": "Yaound" 149 | }, 150 | { 151 | "country": "Canada", 152 | "city": "Ottawa" 153 | }, 154 | { 155 | "country": "Cape Verde", 156 | "city": "Praia" 157 | }, 158 | { 159 | "country": "Cayman Islands", 160 | "city": "George Town" 161 | }, 162 | { 163 | "country": "Central African Republic", 164 | "city": "Bangui" 165 | }, 166 | { 167 | "country": "Chad", 168 | "city": "N'Djam" 169 | }, 170 | { 171 | "country": "Chile", 172 | "city": "Santiago de Chile" 173 | }, 174 | { 175 | "country": "China", 176 | "city": "Peking" 177 | }, 178 | { 179 | "country": "Christmas Island", 180 | "city": "Flying Fish Cove" 181 | }, 182 | { 183 | "country": "Cocos (Keeling) Islands", 184 | "city": "West Island" 185 | }, 186 | { 187 | "country": "Colombia", 188 | "city": "Santaf" 189 | }, 190 | { 191 | "country": "Comoros", 192 | "city": "Moroni" 193 | }, 194 | { 195 | "country": "Congo", 196 | "city": "Brazzaville" 197 | }, 198 | { 199 | "country": "Cook Islands", 200 | "city": "Avarua" 201 | }, 202 | { 203 | "country": "Costa Rica", 204 | "city": "San José" 205 | }, 206 | { 207 | "country": "Croatia", 208 | "city": "Zagreb" 209 | }, 210 | { 211 | "country": "Cuba", 212 | "city": "La Habana" 213 | }, 214 | { 215 | "country": "Cyprus", 216 | "city": "Nicosia" 217 | }, 218 | { 219 | "country": "Czech Republic", 220 | "city": "Praha" 221 | }, 222 | { 223 | "country": "Denmark", 224 | "city": "Copenhagen" 225 | }, 226 | { 227 | "country": "Djibouti", 228 | "city": "Djibouti" 229 | }, 230 | { 231 | "country": "Dominica", 232 | "city": "Roseau" 233 | }, 234 | { 235 | "country": "Dominican Republic", 236 | "city": "Santo Domingo de Guzm" 237 | }, 238 | { 239 | "country": "East Timor", 240 | "city": "Dili" 241 | }, 242 | { 243 | "country": "Ecuador", 244 | "city": "Quito" 245 | }, 246 | { 247 | "country": "Egypt", 248 | "city": "Cairo" 249 | }, 250 | { 251 | "country": "El Salvador", 252 | "city": "San Salvador" 253 | }, 254 | { 255 | "country": "England", 256 | "city": "London" 257 | }, 258 | { 259 | "country": "Equatorial Guinea", 260 | "city": "Malabo" 261 | }, 262 | { 263 | "country": "Eritrea", 264 | "city": "Asmara" 265 | }, 266 | { 267 | "country": "Estonia", 268 | "city": "Tallinn" 269 | }, 270 | { 271 | "country": "Ethiopia", 272 | "city": "Addis Abeba" 273 | }, 274 | { 275 | "country": "Falkland Islands", 276 | "city": "Stanley" 277 | }, 278 | { 279 | "country": "Faroe Islands", 280 | "city": "Tórshavn" 281 | }, 282 | { 283 | "country": "Fiji Islands", 284 | "city": "Suva" 285 | }, 286 | { 287 | "country": "Finland", 288 | "city": "Helsinki [Helsingfors]" 289 | }, 290 | { 291 | "country": "France", 292 | "city": "Paris" 293 | }, 294 | { 295 | "country": "French Guiana", 296 | "city": "Cayenne" 297 | }, 298 | { 299 | "country": "French Polynesia", 300 | "city": "Papeete" 301 | }, 302 | { 303 | "country": "French Southern territories", 304 | "city": null 305 | }, 306 | { 307 | "country": "Gabon", 308 | "city": "Libreville" 309 | }, 310 | { 311 | "country": "Gambia", 312 | "city": "Banjul" 313 | }, 314 | { 315 | "country": "Georgia", 316 | "city": "Tbilisi" 317 | }, 318 | { 319 | "country": "Germany", 320 | "city": "Berlin" 321 | }, 322 | { 323 | "country": "Ghana", 324 | "city": "Accra" 325 | }, 326 | { 327 | "country": "Gibraltar", 328 | "city": "Gibraltar" 329 | }, 330 | { 331 | "country": "Greece", 332 | "city": "Athenai" 333 | }, 334 | { 335 | "country": "Greenland", 336 | "city": "Nuuk" 337 | }, 338 | { 339 | "country": "Grenada", 340 | "city": "Saint George's" 341 | }, 342 | { 343 | "country": "Guadeloupe", 344 | "city": "Basse-Terre" 345 | }, 346 | { 347 | "country": "Guam", 348 | "city": "Aga" 349 | }, 350 | { 351 | "country": "Guatemala", 352 | "city": "Ciudad de Guatemala" 353 | }, 354 | { 355 | "country": "Guinea", 356 | "city": "Conakry" 357 | }, 358 | { 359 | "country": "Guinea-Bissau", 360 | "city": "Bissau" 361 | }, 362 | { 363 | "country": "Guyana", 364 | "city": "Georgetown" 365 | }, 366 | { 367 | "country": "Haiti", 368 | "city": "Port-au-Prince" 369 | }, 370 | { 371 | "country": "Heard Island and McDonald Islands", 372 | "city": null 373 | }, 374 | { 375 | "country": "Holy See (Vatican City State)", 376 | "city": "Citt" 377 | }, 378 | { 379 | "country": "Honduras", 380 | "city": "Tegucigalpa" 381 | }, 382 | { 383 | "country": "Hong Kong", 384 | "city": "Victoria" 385 | }, 386 | { 387 | "country": "Hungary", 388 | "city": "Budapest" 389 | }, 390 | { 391 | "country": "Iceland", 392 | "city": "Reykjavík" 393 | }, 394 | { 395 | "country": "India", 396 | "city": "New Delhi" 397 | }, 398 | { 399 | "country": "Indonesia", 400 | "city": "Jakarta" 401 | }, 402 | { 403 | "country": "Iran", 404 | "city": "Tehran" 405 | }, 406 | { 407 | "country": "Iraq", 408 | "city": "Baghdad" 409 | }, 410 | { 411 | "country": "Ireland", 412 | "city": "Dublin" 413 | }, 414 | { 415 | "country": "Israel", 416 | "city": "Jerusalem" 417 | }, 418 | { 419 | "country": "Italy", 420 | "city": "Roma" 421 | }, 422 | { 423 | "country": "Ivory Coast", 424 | "city": "Yamoussoukro" 425 | }, 426 | { 427 | "country": "Jamaica", 428 | "city": "Kingston" 429 | }, 430 | { 431 | "country": "Japan", 432 | "city": "Tokyo" 433 | }, 434 | { 435 | "country": "Jordan", 436 | "city": "Amman" 437 | }, 438 | { 439 | "country": "Kazakhstan", 440 | "city": "Astana" 441 | }, 442 | { 443 | "country": "Kenya", 444 | "city": "Nairobi" 445 | }, 446 | { 447 | "country": "Kiribati", 448 | "city": "Bairiki" 449 | }, 450 | { 451 | "country": "Kuwait", 452 | "city": "Kuwait" 453 | }, 454 | { 455 | "country": "Kyrgyzstan", 456 | "city": "Bishkek" 457 | }, 458 | { 459 | "country": "Laos", 460 | "city": "Vientiane" 461 | }, 462 | { 463 | "country": "Latvia", 464 | "city": "Riga" 465 | }, 466 | { 467 | "country": "Lebanon", 468 | "city": "Beirut" 469 | }, 470 | { 471 | "country": "Lesotho", 472 | "city": "Maseru" 473 | }, 474 | { 475 | "country": "Liberia", 476 | "city": "Monrovia" 477 | }, 478 | { 479 | "country": "Libyan Arab Jamahiriya", 480 | "city": "Tripoli" 481 | }, 482 | { 483 | "country": "Liechtenstein", 484 | "city": "Vaduz" 485 | }, 486 | { 487 | "country": "Lithuania", 488 | "city": "Vilnius" 489 | }, 490 | { 491 | "country": "Luxembourg", 492 | "city": "Luxembourg [Luxemburg/L" 493 | }, 494 | { 495 | "country": "Macao", 496 | "city": "Macao" 497 | }, 498 | { 499 | "country": "North Macedonia", 500 | "city": "Skopje" 501 | }, 502 | { 503 | "country": "Madagascar", 504 | "city": "Antananarivo" 505 | }, 506 | { 507 | "country": "Malawi", 508 | "city": "Lilongwe" 509 | }, 510 | { 511 | "country": "Malaysia", 512 | "city": "Kuala Lumpur" 513 | }, 514 | { 515 | "country": "Maldives", 516 | "city": "Male" 517 | }, 518 | { 519 | "country": "Mali", 520 | "city": "Bamako" 521 | }, 522 | { 523 | "country": "Malta", 524 | "city": "Valletta" 525 | }, 526 | { 527 | "country": "Marshall Islands", 528 | "city": "Dalap-Uliga-Darrit" 529 | }, 530 | { 531 | "country": "Martinique", 532 | "city": "Fort-de-France" 533 | }, 534 | { 535 | "country": "Mauritania", 536 | "city": "Nouakchott" 537 | }, 538 | { 539 | "country": "Mauritius", 540 | "city": "Port-Louis" 541 | }, 542 | { 543 | "country": "Mayotte", 544 | "city": "Mamoutzou" 545 | }, 546 | { 547 | "country": "Mexico", 548 | "city": "Ciudad de M" 549 | }, 550 | { 551 | "country": "Micronesia, Federated States of", 552 | "city": "Palikir" 553 | }, 554 | { 555 | "country": "Moldova", 556 | "city": "Chisinau" 557 | }, 558 | { 559 | "country": "Monaco", 560 | "city": "Monaco-Ville" 561 | }, 562 | { 563 | "country": "Mongolia", 564 | "city": "Ulan Bator" 565 | }, 566 | { 567 | "country": "Montenegro", 568 | "city": "Podgorica" 569 | }, 570 | { 571 | "country": "Montserrat", 572 | "city": "Plymouth" 573 | }, 574 | { 575 | "country": "Morocco", 576 | "city": "Rabat" 577 | }, 578 | { 579 | "country": "Mozambique", 580 | "city": "Maputo" 581 | }, 582 | { 583 | "country": "Myanmar", 584 | "city": "Rangoon (Yangon)" 585 | }, 586 | { 587 | "country": "Namibia", 588 | "city": "Windhoek" 589 | }, 590 | { 591 | "country": "Nauru", 592 | "city": "Yaren" 593 | }, 594 | { 595 | "country": "Nepal", 596 | "city": "Kathmandu" 597 | }, 598 | { 599 | "country": "Netherlands", 600 | "city": "Amsterdam" 601 | }, 602 | { 603 | "country": "Netherlands Antilles", 604 | "city": "Willemstad" 605 | }, 606 | { 607 | "country": "New Caledonia", 608 | "city": "Noum" 609 | }, 610 | { 611 | "country": "New Zealand", 612 | "city": "Wellington" 613 | }, 614 | { 615 | "country": "Nicaragua", 616 | "city": "Managua" 617 | }, 618 | { 619 | "country": "Niger", 620 | "city": "Niamey" 621 | }, 622 | { 623 | "country": "Nigeria", 624 | "city": "Abuja" 625 | }, 626 | { 627 | "country": "Niue", 628 | "city": "Alofi" 629 | }, 630 | { 631 | "country": "Norfolk Island", 632 | "city": "Kingston" 633 | }, 634 | { 635 | "country": "North Korea", 636 | "city": "Pyongyang" 637 | }, 638 | { 639 | "country": "Northern Ireland", 640 | "city": "Belfast" 641 | }, 642 | { 643 | "country": "Northern Mariana Islands", 644 | "city": "Garapan" 645 | }, 646 | { 647 | "country": "Norway", 648 | "city": "Oslo" 649 | }, 650 | { 651 | "country": "Oman", 652 | "city": "Masqat" 653 | }, 654 | { 655 | "country": "Pakistan", 656 | "city": "Islamabad" 657 | }, 658 | { 659 | "country": "Palau", 660 | "city": "Koror" 661 | }, 662 | { 663 | "country": "Palestine", 664 | "city": "Gaza" 665 | }, 666 | { 667 | "country": "Panama", 668 | "city": "Ciudad de Panamá" 669 | }, 670 | { 671 | "country": "Papua New Guinea", 672 | "city": "Port Moresby" 673 | }, 674 | { 675 | "country": "Paraguay", 676 | "city": "Asunción" 677 | }, 678 | { 679 | "country": "Peru", 680 | "city": "Lima" 681 | }, 682 | { 683 | "country": "Philippines", 684 | "city": "Manila" 685 | }, 686 | { 687 | "country": "Pitcairn", 688 | "city": "Adamstown" 689 | }, 690 | { 691 | "country": "Poland", 692 | "city": "Warszawa" 693 | }, 694 | { 695 | "country": "Portugal", 696 | "city": "Lisboa" 697 | }, 698 | { 699 | "country": "Puerto Rico", 700 | "city": "San Juan" 701 | }, 702 | { 703 | "country": "Qatar", 704 | "city": "Doha" 705 | }, 706 | { 707 | "country": "Reunion", 708 | "city": "Saint-Denis" 709 | }, 710 | { 711 | "country": "Romania", 712 | "city": "Bucuresti" 713 | }, 714 | { 715 | "country": "Russian Federation", 716 | "city": "Moscow" 717 | }, 718 | { 719 | "country": "Rwanda", 720 | "city": "Kigali" 721 | }, 722 | { 723 | "country": "Saint Helena", 724 | "city": "Jamestown" 725 | }, 726 | { 727 | "country": "Saint Kitts and Nevis", 728 | "city": "Basseterre" 729 | }, 730 | { 731 | "country": "Saint Lucia", 732 | "city": "Castries" 733 | }, 734 | { 735 | "country": "Saint Pierre and Miquelon", 736 | "city": "Saint-Pierre" 737 | }, 738 | { 739 | "country": "Saint Vincent and the Grenadines", 740 | "city": "Kingstown" 741 | }, 742 | { 743 | "country": "Samoa", 744 | "city": "Apia" 745 | }, 746 | { 747 | "country": "San Marino", 748 | "city": "San Marino" 749 | }, 750 | { 751 | "country": "Sao Tome and Principe", 752 | "city": "São Tomé" 753 | }, 754 | { 755 | "country": "Saudi Arabia", 756 | "city": "Riyadh" 757 | }, 758 | { 759 | "country": "Scotland", 760 | "city": "Edinburgh" 761 | }, 762 | { 763 | "country": "Senegal", 764 | "city": "Dakar" 765 | }, 766 | { 767 | "country": "Serbia", 768 | "city": "Belgrade" 769 | }, 770 | { 771 | "country": "Seychelles", 772 | "city": "Victoria" 773 | }, 774 | { 775 | "country": "Sierra Leone", 776 | "city": "Freetown" 777 | }, 778 | { 779 | "country": "Singapore", 780 | "city": "Singapore" 781 | }, 782 | { 783 | "country": "Slovakia", 784 | "city": "Bratislava" 785 | }, 786 | { 787 | "country": "Slovenia", 788 | "city": "Ljubljana" 789 | }, 790 | { 791 | "country": "Solomon Islands", 792 | "city": "Honiara" 793 | }, 794 | { 795 | "country": "Somalia", 796 | "city": "Mogadishu" 797 | }, 798 | { 799 | "country": "South Africa", 800 | "city": "Pretoria" 801 | }, 802 | { 803 | "country": "South Georgia and the South Sandwich Islands", 804 | "city": null 805 | }, 806 | { 807 | "country": "South Korea", 808 | "city": "Seoul" 809 | }, 810 | { 811 | "country": "South Sudan", 812 | "city": "Juba" 813 | }, 814 | { 815 | "country": "Spain", 816 | "city": "Madrid" 817 | }, 818 | { 819 | "country": "Sri Lanka", 820 | "city": "Colombo, Sri Jayawardenepura Kotte" 821 | }, 822 | { 823 | "country": "Sudan", 824 | "city": "Khartum" 825 | }, 826 | { 827 | "country": "Suriname", 828 | "city": "Paramaribo" 829 | }, 830 | { 831 | "country": "Svalbard and Jan Mayen", 832 | "city": "Longyearbyen" 833 | }, 834 | { 835 | "country": "Swaziland", 836 | "city": "Mbabane" 837 | }, 838 | { 839 | "country": "Sweden", 840 | "city": "Stockholm" 841 | }, 842 | { 843 | "country": "Switzerland", 844 | "city": "Bern" 845 | }, 846 | { 847 | "country": "Syria", 848 | "city": "Damascus" 849 | }, 850 | { 851 | "country": "Tajikistan", 852 | "city": "Dushanbe" 853 | }, 854 | { 855 | "country": "Tanzania", 856 | "city": "Dodoma" 857 | }, 858 | { 859 | "country": "Thailand", 860 | "city": "Bangkok" 861 | }, 862 | { 863 | "country": "The Democratic Republic of Congo", 864 | "city": "Kinshasa" 865 | }, 866 | { 867 | "country": "Togo", 868 | "city": "Lomé" 869 | }, 870 | { 871 | "country": "Tokelau", 872 | "city": "Fakaofo" 873 | }, 874 | { 875 | "country": "Tonga", 876 | "city": "Nuku'alofa" 877 | }, 878 | { 879 | "country": "Trinidad and Tobago", 880 | "city": "Port-of-Spain" 881 | }, 882 | { 883 | "country": "Tunisia", 884 | "city": "Tunis" 885 | }, 886 | { 887 | "country": "Turkey(Türkiye)", 888 | "city": "Ankara" 889 | }, 890 | { 891 | "country": "Turkmenistan", 892 | "city": "Ashgabat" 893 | }, 894 | { 895 | "country": "Turks and Caicos Islands", 896 | "city": "Cockburn Town" 897 | }, 898 | { 899 | "country": "Tuvalu", 900 | "city": "Funafuti" 901 | }, 902 | { 903 | "country": "Uganda", 904 | "city": "Kampala" 905 | }, 906 | { 907 | "country": "Ukraine", 908 | "city": "Kyiv" 909 | }, 910 | { 911 | "country": "United Arab Emirates", 912 | "city": "Abu Dhabi" 913 | }, 914 | { 915 | "country": "United Kingdom", 916 | "city": "London" 917 | }, 918 | { 919 | "country": "United States", 920 | "city": "Washington" 921 | }, 922 | { 923 | "country": "United States Minor Outlying Islands", 924 | "city": null 925 | }, 926 | { 927 | "country": "Uruguay", 928 | "city": "Montevideo" 929 | }, 930 | { 931 | "country": "Uzbekistan", 932 | "city": "Toskent" 933 | }, 934 | { 935 | "country": "Vanuatu", 936 | "city": "Port-Vila" 937 | }, 938 | { 939 | "country": "Venezuela", 940 | "city": "Caracas" 941 | }, 942 | { 943 | "country": "Vetican City", 944 | "city": "Vetican City" 945 | }, 946 | { 947 | "country": "Vietnam", 948 | "city": "Hanoi" 949 | }, 950 | { 951 | "country": "Virgin Islands, British", 952 | "city": "Road Town" 953 | }, 954 | { 955 | "country": "Virgin Islands, U.S.", 956 | "city": "Charlotte Amalie" 957 | }, 958 | { 959 | "country": "Wales", 960 | "city": "Cardiff" 961 | }, 962 | { 963 | "country": "Wallis and Futuna", 964 | "city": "Mata-Utu" 965 | }, 966 | { 967 | "country": "Western Sahara", 968 | "city": "El-Aai" 969 | }, 970 | { 971 | "country": "Yemen", 972 | "city": "Sanaa" 973 | }, 974 | { 975 | "country": "Zambia", 976 | "city": "Lusaka" 977 | }, 978 | { 979 | "country": "Zimbabwe", 980 | "city": "Harare" 981 | } 982 | ] 983 | -------------------------------------------------------------------------------- /JSON Files/country-&-its-currency.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "country": "Afghanistan", 4 | "currency_name": "Afghanistan Afghani" 5 | }, 6 | { 7 | "country": "Albania", 8 | "currency_name": "Albanian Lek" 9 | }, 10 | { 11 | "country": "Algeria", 12 | "currency_name": "Algerian Dinar" 13 | }, 14 | { 15 | "country": "American Samoa", 16 | "currency_name": "US Dollar" 17 | }, 18 | { 19 | "country": "Andorra", 20 | "currency_name": "Euro" 21 | }, 22 | { 23 | "country": "Angola", 24 | "currency_name": "Angolan Kwanza" 25 | }, 26 | { 27 | "country": "Anguilla", 28 | "currency_name": "East Caribbean Dollar" 29 | }, 30 | { 31 | "country": "Antarctica", 32 | "currency_name": "East Caribbean Dollar" 33 | }, 34 | { 35 | "country": "Antigua and Barbuda", 36 | "currency_name": "East Caribbean Dollar" 37 | }, 38 | { 39 | "country": "Argentina", 40 | "currency_name": "Argentine Peso" 41 | }, 42 | { 43 | "country": "Armenia", 44 | "currency_name": "Armenian Dram" 45 | }, 46 | { 47 | "country": "Aruba", 48 | "currency_name": "Aruban Guilder" 49 | }, 50 | { 51 | "country": "Australia", 52 | "currency_name": "Australian Dollar" 53 | }, 54 | { 55 | "country": "Austria", 56 | "currency_name": "Euro" 57 | }, 58 | { 59 | "country": "Azerbaijan", 60 | "currency_name": "Azerbaijan New Manat" 61 | }, 62 | { 63 | "country": "Bahamas", 64 | "currency_name": "Bahamian Dollar" 65 | }, 66 | { 67 | "country": "Bahrain", 68 | "currency_name": "Bahraini Dinar" 69 | }, 70 | { 71 | "country": "Bangladesh", 72 | "currency_name": "Bangladeshi Taka" 73 | }, 74 | { 75 | "country": "Barbados", 76 | "currency_name": "Barbados Dollar" 77 | }, 78 | { 79 | "country": "Belarus", 80 | "currency_name": "Belarussian Ruble" 81 | }, 82 | { 83 | "country": "Belgium", 84 | "currency_name": "Euro" 85 | }, 86 | { 87 | "country": "Belize", 88 | "currency_name": "Belize Dollar" 89 | }, 90 | { 91 | "country": "Benin", 92 | "currency_name": "CFA Franc BCEAO" 93 | }, 94 | { 95 | "country": "Bermuda", 96 | "currency_name": "Bermudian Dollar" 97 | }, 98 | { 99 | "country": "Bhutan", 100 | "currency_name": "Bhutan Ngultrum" 101 | }, 102 | { 103 | "country": "Bolivia", 104 | "currency_name": "Boliviano" 105 | }, 106 | { 107 | "country": "Bosnia and Herzegovina", 108 | "currency_name": null 109 | }, 110 | { 111 | "country": "Botswana", 112 | "currency_name": "Botswana Pula" 113 | }, 114 | { 115 | "country": "Bouvet Island", 116 | "currency_name": "Norwegian Krone" 117 | }, 118 | { 119 | "country": "Brazil", 120 | "currency_name": "Brazilian Real" 121 | }, 122 | { 123 | "country": "British Indian Ocean Territory", 124 | "currency_name": "US Dollar" 125 | }, 126 | { 127 | "country": "Brunei", 128 | "currency_name": null 129 | }, 130 | { 131 | "country": "Bulgaria", 132 | "currency_name": "Bulgarian Lev" 133 | }, 134 | { 135 | "country": "Burkina Faso", 136 | "currency_name": "CFA Franc BCEAO" 137 | }, 138 | { 139 | "country": "Burundi", 140 | "currency_name": "Burundi Franc" 141 | }, 142 | { 143 | "country": "Cambodia", 144 | "currency_name": "Kampuchean Riel" 145 | }, 146 | { 147 | "country": "Cameroon", 148 | "currency_name": "CFA Franc BEAC" 149 | }, 150 | { 151 | "country": "Canada", 152 | "currency_name": "Canadian Dollar" 153 | }, 154 | { 155 | "country": "Cape Verde", 156 | "currency_name": "Cape Verde Escudo" 157 | }, 158 | { 159 | "country": "Cayman Islands", 160 | "currency_name": "Cayman Islands Dollar" 161 | }, 162 | { 163 | "country": "Central African Republic", 164 | "currency_name": "CFA Franc BEAC" 165 | }, 166 | { 167 | "country": "Chad", 168 | "currency_name": null 169 | }, 170 | { 171 | "country": "Chile", 172 | "currency_name": "Chilean Peso" 173 | }, 174 | { 175 | "country": "China", 176 | "currency_name": "Yuan Renminbi" 177 | }, 178 | { 179 | "country": "Christmas Island", 180 | "currency_name": "Australian Dollar" 181 | }, 182 | { 183 | "country": "Cocos (Keeling) Islands", 184 | "currency_name": " Australian Dollar" 185 | }, 186 | { 187 | "country": "Colombia", 188 | "currency_name": "Colombian Peso" 189 | }, 190 | { 191 | "country": "Comoros", 192 | "currency_name": "Comoros Franc" 193 | }, 194 | { 195 | "country": "Congo", 196 | "currency_name": "CFA Franc BEAC" 197 | }, 198 | { 199 | "country": "Cook Islands", 200 | "currency_name": "New Zealand Dollar" 201 | }, 202 | { 203 | "country": "Costa Rica", 204 | "currency_name": "Costa Rican Colon" 205 | }, 206 | { 207 | "country": "Croatia", 208 | "currency_name": "Croatian Kuna" 209 | }, 210 | { 211 | "country": "Cuba", 212 | "currency_name": "Cuban Peso" 213 | }, 214 | { 215 | "country": "Cyprus", 216 | "currency_name": "Euro" 217 | }, 218 | { 219 | "country": "Czech Republic", 220 | "currency_name": null 221 | }, 222 | { 223 | "country": "Denmark", 224 | "currency_name": "Danish Krone" 225 | }, 226 | { 227 | "country": "Djibouti", 228 | "currency_name": "Djibouti Franc" 229 | }, 230 | { 231 | "country": "Dominica", 232 | "currency_name": "East Caribbean Dollar" 233 | }, 234 | { 235 | "country": "Dominican Republic", 236 | "currency_name": "Dominican Peso" 237 | }, 238 | { 239 | "country": "East Timor", 240 | "currency_name": null 241 | }, 242 | { 243 | "country": "Ecuador", 244 | "currency_name": "Ecuador Sucre" 245 | }, 246 | { 247 | "country": "Egypt", 248 | "currency_name": "Egyptian Pound" 249 | }, 250 | { 251 | "country": "El Salvador", 252 | "currency_name": "El Salvador Colon" 253 | }, 254 | { 255 | "country": "England", 256 | "currency_name": null 257 | }, 258 | { 259 | "country": "Equatorial Guinea", 260 | "currency_name": "CFA Franc BEAC" 261 | }, 262 | { 263 | "country": "Eritrea", 264 | "currency_name": "Eritrean Nakfa" 265 | }, 266 | { 267 | "country": "Estonia", 268 | "currency_name": "Euro" 269 | }, 270 | { 271 | "country": "Ethiopia", 272 | "currency_name": "Ethiopian Birr" 273 | }, 274 | { 275 | "country": "Falkland Islands", 276 | "currency_name": null 277 | }, 278 | { 279 | "country": "Faroe Islands", 280 | "currency_name": " Danish Krone" 281 | }, 282 | { 283 | "country": "Fiji Islands", 284 | "currency_name": null 285 | }, 286 | { 287 | "country": "Finland", 288 | "currency_name": "Euro" 289 | }, 290 | { 291 | "country": "France", 292 | "currency_name": "Euro" 293 | }, 294 | { 295 | "country": "French Guiana", 296 | "currency_name": "Euro" 297 | }, 298 | { 299 | "country": "French Polynesia", 300 | "currency_name": null 301 | }, 302 | { 303 | "country": "French Southern territories", 304 | "currency_name": "Euro" 305 | }, 306 | { 307 | "country": "Gabon", 308 | "currency_name": "CFA Franc BEAC" 309 | }, 310 | { 311 | "country": "Gambia", 312 | "currency_name": "Gambian Dalasi" 313 | }, 314 | { 315 | "country": "Georgia", 316 | "currency_name": "Georgian Lari" 317 | }, 318 | { 319 | "country": "Germany", 320 | "currency_name": "Euro" 321 | }, 322 | { 323 | "country": "Ghana", 324 | "currency_name": "Ghanaian Cedi" 325 | }, 326 | { 327 | "country": "Gibraltar", 328 | "currency_name": "Gibraltar Pound" 329 | }, 330 | { 331 | "country": "Greece", 332 | "currency_name": "Euro" 333 | }, 334 | { 335 | "country": "Greenland", 336 | "currency_name": "Danish Krone" 337 | }, 338 | { 339 | "country": "Grenada", 340 | "currency_name": "East Carribean Dollar" 341 | }, 342 | { 343 | "country": "Guadeloupe", 344 | "currency_name": null 345 | }, 346 | { 347 | "country": "Guam", 348 | "currency_name": null 349 | }, 350 | { 351 | "country": "Guatemala", 352 | "currency_name": "Guatemalan Quetzal" 353 | }, 354 | { 355 | "country": "Guinea", 356 | "currency_name": "Guinea Franc" 357 | }, 358 | { 359 | "country": "Guinea-Bissau", 360 | "currency_name": null 361 | }, 362 | { 363 | "country": "Guyana", 364 | "currency_name": "Guyana Dollar" 365 | }, 366 | { 367 | "country": "Haiti", 368 | "currency_name": "Haitian Gourde" 369 | }, 370 | { 371 | "country": "Heard Island and McDonald Islands", 372 | "currency_name": "Australian Dollar" 373 | }, 374 | { 375 | "country": "Holy See (Vatican City State)", 376 | "currency_name": null 377 | }, 378 | { 379 | "country": "Honduras", 380 | "currency_name": "Honduran Lempira" 381 | }, 382 | { 383 | "country": "Hong Kong", 384 | "currency_name": "Hong Kong Dollar" 385 | }, 386 | { 387 | "country": "Hungary", 388 | "currency_name": "Hungarian Forint" 389 | }, 390 | { 391 | "country": "Iceland", 392 | "currency_name": "Iceland Krona" 393 | }, 394 | { 395 | "country": "India", 396 | "currency_name": "Indian Rupee" 397 | }, 398 | { 399 | "country": "Indonesia", 400 | "currency_name": "Indonesian Rupiah" 401 | }, 402 | { 403 | "country": "Iran", 404 | "currency_name": "Iranian Rial" 405 | }, 406 | { 407 | "country": "Iraq", 408 | "currency_name": "Iraqi Dinar" 409 | }, 410 | { 411 | "country": "Ireland", 412 | "currency_name": "Euro" 413 | }, 414 | { 415 | "country": "Israel", 416 | "currency_name": "Israeli New Shekel" 417 | }, 418 | { 419 | "country": "Italy", 420 | "currency_name": "Euro" 421 | }, 422 | { 423 | "country": "Ivory Coast", 424 | "currency_name": "CFA Franc BCEAO" 425 | }, 426 | { 427 | "country": "Jamaica", 428 | "currency_name": "Jamaican Dollar" 429 | }, 430 | { 431 | "country": "Japan", 432 | "currency_name": "Japanese Yen" 433 | }, 434 | { 435 | "country": "Jordan", 436 | "currency_name": "Jordanian Dinar" 437 | }, 438 | { 439 | "country": "Kazakhstan", 440 | "currency_name": null 441 | }, 442 | { 443 | "country": "Kenya", 444 | "currency_name": "Kenyan Shilling" 445 | }, 446 | { 447 | "country": "Kiribati", 448 | "currency_name": "Australian Dollar" 449 | }, 450 | { 451 | "country": "Kosovo", 452 | "currency_name": "Euro" 453 | }, 454 | { 455 | "country": "Kuwait", 456 | "currency_name": "Kuwaiti Dinar" 457 | }, 458 | { 459 | "country": "Kyrgyzstan", 460 | "currency_name": "Som" 461 | }, 462 | { 463 | "country": "Laos", 464 | "currency_name": "Lao Kip" 465 | }, 466 | { 467 | "country": "Latvia", 468 | "currency_name": "Latvian Lats" 469 | }, 470 | { 471 | "country": "Lebanon", 472 | "currency_name": "Lebanese Pound" 473 | }, 474 | { 475 | "country": "Lesotho", 476 | "currency_name": "Lesotho Loti" 477 | }, 478 | { 479 | "country": "Liberia", 480 | "currency_name": "Liberian Dollar" 481 | }, 482 | { 483 | "country": "Libyan Arab Jamahiriya", 484 | "currency_name": null 485 | }, 486 | { 487 | "country": "Liechtenstein", 488 | "currency_name": "Swiss Franc" 489 | }, 490 | { 491 | "country": "Lithuania", 492 | "currency_name": "Lithuanian Litas" 493 | }, 494 | { 495 | "country": "Luxembourg", 496 | "currency_name": "Euro" 497 | }, 498 | { 499 | "country": "Macao", 500 | "currency_name": null 501 | }, 502 | { 503 | "country": "North Macedonia", 504 | "currency_name": "Denar" 505 | }, 506 | { 507 | "country": "Madagascar", 508 | "currency_name": "Malagasy Franc" 509 | }, 510 | { 511 | "country": "Malawi", 512 | "currency_name": "Malawi Kwacha" 513 | }, 514 | { 515 | "country": "Malaysia", 516 | "currency_name": "Malaysian Ringgit" 517 | }, 518 | { 519 | "country": "Maldives", 520 | "currency_name": "Maldive Rufiyaa" 521 | }, 522 | { 523 | "country": "Mali", 524 | "currency_name": "CFA Franc BCEAO" 525 | }, 526 | { 527 | "country": "Malta", 528 | "currency_name": "Euro" 529 | }, 530 | { 531 | "country": "Marshall Islands", 532 | "currency_name": "US Dollar" 533 | }, 534 | { 535 | "country": "Martinique", 536 | "currency_name": null 537 | }, 538 | { 539 | "country": "Mauritania", 540 | "currency_name": "Mauritanian Ouguiya" 541 | }, 542 | { 543 | "country": "Mauritius", 544 | "currency_name": "Mauritius Rupee" 545 | }, 546 | { 547 | "country": "Mayotte", 548 | "currency_name": "Euro" 549 | }, 550 | { 551 | "country": "Mexico", 552 | "currency_name": "Mexican Nuevo Peso" 553 | }, 554 | { 555 | "country": "Micronesia, Federated States of", 556 | "currency_name": null 557 | }, 558 | { 559 | "country": "Moldova", 560 | "currency_name": "Moldovan Leu" 561 | }, 562 | { 563 | "country": "Monaco", 564 | "currency_name": null 565 | }, 566 | { 567 | "country": "Mongolia", 568 | "currency_name": "Mongolian Tugrik" 569 | }, 570 | { 571 | "country": "Montserrat", 572 | "currency_name": "East Caribbean Dollar" 573 | }, 574 | { 575 | "country": "Morocco", 576 | "currency_name": "Moroccan Dirham" 577 | }, 578 | { 579 | "country": "Mozambique", 580 | "currency_name": "Mozambique Metical" 581 | }, 582 | { 583 | "country": "Myanmar", 584 | "currency_name": "Myanmar Kyat" 585 | }, 586 | { 587 | "country": "Namibia", 588 | "currency_name": "Namibian Dollar" 589 | }, 590 | { 591 | "country": "Nauru", 592 | "currency_name": "Australian Dollar" 593 | }, 594 | { 595 | "country": "Nepal", 596 | "currency_name": "Nepalese Rupee" 597 | }, 598 | { 599 | "country": "Netherlands", 600 | "currency_name": "Euro" 601 | }, 602 | { 603 | "country": "Netherlands Antilles", 604 | "currency_name": "Netherlands Antillean Guilder" 605 | }, 606 | { 607 | "country": "New Caledonia", 608 | "currency_name": null 609 | }, 610 | { 611 | "country": "New Zealand", 612 | "currency_name": "New Zealand Dollar" 613 | }, 614 | { 615 | "country": "Nicaragua", 616 | "currency_name": "Nicaraguan Cordoba Oro" 617 | }, 618 | { 619 | "country": "Niger", 620 | "currency_name": "CFA Franc BCEAO" 621 | }, 622 | { 623 | "country": "Nigeria", 624 | "currency_name": "Nigerian Naira" 625 | }, 626 | { 627 | "country": "Niue", 628 | "currency_name": "New Zealand Dollar" 629 | }, 630 | { 631 | "country": "Norfolk Island", 632 | "currency_name": "Australian Dollar" 633 | }, 634 | { 635 | "country": "North Korea", 636 | "currency_name": "North Korean Won" 637 | }, 638 | { 639 | "country": "Northern Ireland", 640 | "currency_name": null 641 | }, 642 | { 643 | "country": "Northern Mariana Islands", 644 | "currency_name": "US Dollar" 645 | }, 646 | { 647 | "country": "Norway", 648 | "currency_name": "Norwegian Krone" 649 | }, 650 | { 651 | "country": "Oman", 652 | "currency_name": "Omani Rial" 653 | }, 654 | { 655 | "country": "Pakistan", 656 | "currency_name": "Pakistan Rupee" 657 | }, 658 | { 659 | "country": "Palau", 660 | "currency_name": "US Dollar" 661 | }, 662 | { 663 | "country": "Palestine", 664 | "currency_name": null 665 | }, 666 | { 667 | "country": "Panama", 668 | "currency_name": "Panamanian Balboa" 669 | }, 670 | { 671 | "country": "Papua New Guinea", 672 | "currency_name": "Papua New Guinea Kina" 673 | }, 674 | { 675 | "country": "Paraguay", 676 | "currency_name": "Paraguay Guarani" 677 | }, 678 | { 679 | "country": "Peru", 680 | "currency_name": "Peruvian Nuevo Sol" 681 | }, 682 | { 683 | "country": "Philippines", 684 | "currency_name": "Philippine Peso" 685 | }, 686 | { 687 | "country": "Pitcairn", 688 | "currency_name": null 689 | }, 690 | { 691 | "country": "Poland", 692 | "currency_name": "Polish Zloty" 693 | }, 694 | { 695 | "country": "Portugal", 696 | "currency_name": "Euro" 697 | }, 698 | { 699 | "country": "Puerto Rico", 700 | "currency_name": "US Dollar" 701 | }, 702 | { 703 | "country": "Qatar", 704 | "currency_name": "Qatari Rial" 705 | }, 706 | { 707 | "country": "Reunion", 708 | "currency_name": null 709 | }, 710 | { 711 | "country": "Romania", 712 | "currency_name": "Romanian New Leu" 713 | }, 714 | { 715 | "country": "Russian Federation", 716 | "currency_name": null 717 | }, 718 | { 719 | "country": "Rwanda", 720 | "currency_name": "Rwanda Franc" 721 | }, 722 | { 723 | "country": "Saint Helena", 724 | "currency_name": "St. Helena Pound" 725 | }, 726 | { 727 | "country": "Saint Kitts and Nevis", 728 | "currency_name": null 729 | }, 730 | { 731 | "country": "Saint Lucia", 732 | "currency_name": "East Caribbean Dollar" 733 | }, 734 | { 735 | "country": "Saint Pierre and Miquelon", 736 | "currency_name": " Euro" 737 | }, 738 | { 739 | "country": "Saint Vincent and the Grenadines", 740 | "currency_name": "East Caribbean Dollar" 741 | }, 742 | { 743 | "country": "Samoa", 744 | "currency_name": "Samoan Tala" 745 | }, 746 | { 747 | "country": "San Marino", 748 | "currency_name": "Euro" 749 | }, 750 | { 751 | "country": "Sao Tome and Principe", 752 | "currency_name": " Dobra" 753 | }, 754 | { 755 | "country": "Saudi Arabia", 756 | "currency_name": "Saudi Riyal" 757 | }, 758 | { 759 | "country": "Scotland", 760 | "currency_name": null 761 | }, 762 | { 763 | "country": "Senegal", 764 | "currency_name": "CFA Franc BCEAO" 765 | }, 766 | { 767 | "country": "Serbia", 768 | "currency_name": "Serbian dinar" 769 | }, 770 | { 771 | "country": "Seychelles", 772 | "currency_name": "Seychelles Rupee" 773 | }, 774 | { 775 | "country": "Sierra Leone", 776 | "currency_name": "Sierra Leone Leone" 777 | }, 778 | { 779 | "country": "Singapore", 780 | "currency_name": "Singapore Dollar" 781 | }, 782 | { 783 | "country": "Slovakia", 784 | "currency_name": "Euro" 785 | }, 786 | { 787 | "country": "Slovenia", 788 | "currency_name": "Euro" 789 | }, 790 | { 791 | "country": "Solomon Islands", 792 | "currency_name": "Solomon Islands Dollar" 793 | }, 794 | { 795 | "country": "Somalia", 796 | "currency_name": "Somali Shilling" 797 | }, 798 | { 799 | "country": "South Africa", 800 | "currency_name": "South African Rand" 801 | }, 802 | { 803 | "country": "South Georgia and the South Sandwich Islands", 804 | "currency_name": "Pound Sterling" 805 | }, 806 | { 807 | "country": "South Korea", 808 | "currency_name": "Korean Won" 809 | }, 810 | { 811 | "country": "South Sudan", 812 | "currency_name": "South Sudan Pound" 813 | }, 814 | { 815 | "country": "Spain", 816 | "currency_name": "Euro" 817 | }, 818 | { 819 | "country": "Sri Lanka", 820 | "currency_name": "Sri Lankan Rupee" 821 | }, 822 | { 823 | "country": "Sudan", 824 | "currency_name": "Sudanese Pound" 825 | }, 826 | { 827 | "country": "Suriname", 828 | "currency_name": "Surinam Dollar" 829 | }, 830 | { 831 | "country": "Svalbard and Jan Mayen", 832 | "currency_name": null 833 | }, 834 | { 835 | "country": "Swaziland", 836 | "currency_name": "Swaziland Lilangeni" 837 | }, 838 | { 839 | "country": "Sweden", 840 | "currency_name": "Swedish Krona" 841 | }, 842 | { 843 | "country": "Switzerland", 844 | "currency_name": "Swiss Franc" 845 | }, 846 | { 847 | "country": "Syria", 848 | "currency_name": "Syrian Pound" 849 | }, 850 | { 851 | "country": "Tajikistan", 852 | "currency_name": "Tajik Somoni" 853 | }, 854 | { 855 | "country": "Tanzania", 856 | "currency_name": "Tanzanian Shilling" 857 | }, 858 | { 859 | "country": "Thailand", 860 | "currency_name": "Thai Baht" 861 | }, 862 | { 863 | "country": "The Democratic Republic of Congo", 864 | "currency_name": "Franc Congolais" 865 | }, 866 | { 867 | "country": "Togo", 868 | "currency_name": "CFA Franc BCEAO" 869 | }, 870 | { 871 | "country": "Tokelau", 872 | "currency_name": "New Zealand Dollar" 873 | }, 874 | { 875 | "country": "Tonga", 876 | "currency_name": "Tongan Pa'anga" 877 | }, 878 | { 879 | "country": "Trinidad and Tobago", 880 | "currency_name": "Trinidad and Tobago Dollar" 881 | }, 882 | { 883 | "country": "Tunisia", 884 | "currency_name": "Tunisian Dollar" 885 | }, 886 | { 887 | "country": "Turkey", 888 | "currency_name": "Turkish Lira" 889 | }, 890 | { 891 | "country": "Turkmenistan", 892 | "currency_name": "Manat" 893 | }, 894 | { 895 | "country": "Turks and Caicos Islands", 896 | "currency_name": null 897 | }, 898 | { 899 | "country": "Tuvalu", 900 | "currency_name": "Australian Dollar" 901 | }, 902 | { 903 | "country": "Uganda", 904 | "currency_name": "Uganda Shilling" 905 | }, 906 | { 907 | "country": "Ukraine", 908 | "currency_name": "Ukraine Hryvnia" 909 | }, 910 | { 911 | "country": "United Arab Emirates", 912 | "currency_name": "Arab Emirates Dirham" 913 | }, 914 | { 915 | "country": "United Kingdom", 916 | "currency_name": "Pound Sterling" 917 | }, 918 | { 919 | "country": "United States", 920 | "currency_name": "US Dollar" 921 | }, 922 | { 923 | "country": "United States Minor Outlying Islands", 924 | "currency_name": "US Dollar" 925 | }, 926 | { 927 | "country": "Uruguay", 928 | "currency_name": "Uruguayan Peso" 929 | }, 930 | { 931 | "country": "Uzbekistan", 932 | "currency_name": "Uzbekistan Sum" 933 | }, 934 | { 935 | "country": "Vanuatu", 936 | "currency_name": "Vanuatu Vatu" 937 | }, 938 | { 939 | "country": "Venezuela", 940 | "currency_name": "Venezuelan Bolivar" 941 | }, 942 | { 943 | "country": "Vietnam", 944 | "currency_name": "Vietnamese Dong" 945 | }, 946 | { 947 | "country": "Virgin Islands, British", 948 | "currency_name": "Pound Sterling" 949 | }, 950 | { 951 | "country": "Virgin Islands, U.S.", 952 | "currency_name": "US Dollar" 953 | }, 954 | { 955 | "country": "Wales", 956 | "currency_name": null 957 | }, 958 | { 959 | "country": "Wallis and Futuna", 960 | "currency_name": null 961 | }, 962 | { 963 | "country": "Western Sahara", 964 | "currency_name": "Moroccan Dirham" 965 | }, 966 | { 967 | "country": "Yemen", 968 | "currency_name": "Yemeni Rial" 969 | }, 970 | { 971 | "country": "Zambia", 972 | "currency_name": "Zambian Kwacha" 973 | }, 974 | { 975 | "country": "Zimbabwe", 976 | "currency_name": "Zimbabwe Dollar" 977 | } 978 | ] 979 | -------------------------------------------------------------------------------- /JSON Files/country-&-its-independence-date.json: -------------------------------------------------------------------------------- 1 | [ 2 | { "id":"1", 3 | "country": "Afghanistan", 4 | "independence": 1919 5 | }, 6 | { "id":"2", 7 | "country": "Albania", 8 | "independence": 1912 9 | }, 10 | { "id":"3", 11 | "country": "Algeria", 12 | "independence": 1962 13 | }, 14 | { "id":"4", 15 | "country": "American Samoa", 16 | "independence": null 17 | }, 18 | { "id":"5", 19 | "country": "Andorra", 20 | "independence": 1278 21 | }, 22 | { "id":"6", 23 | "country": "Angola", 24 | "independence": 1975 25 | }, 26 | { "id":"7", 27 | "country": "Anguilla", 28 | "independence": null 29 | }, 30 | { "id":"8", 31 | "country": "Antarctica", 32 | "independence": null 33 | }, 34 | { "id":"9", 35 | "country": "Antigua and Barbuda", 36 | "independence": 1981 37 | }, 38 | { "id":"10", 39 | "country": "Argentina", 40 | "independence": 1816 41 | }, 42 | { "id":"11", 43 | "country": "Armenia", 44 | "independence": 1991 45 | }, 46 | { "id":"12", 47 | "country": "Aruba", 48 | "independence": null 49 | }, 50 | { "id":"13", 51 | "country": "Australia", 52 | "independence": 1901 53 | }, 54 | { "id":"14", 55 | "country": "Austria", 56 | "independence": 1918 57 | }, 58 | { "id":"15", 59 | "country": "Azerbaijan", 60 | "independence": 1991 61 | }, 62 | { "id":"16", 63 | "country": "Bahamas", 64 | "independence": 1973 65 | }, 66 | { "id":"17", 67 | "country": "Bahrain", 68 | "independence": 1971 69 | }, 70 | { "id":"18", 71 | "country": "Bangladesh", 72 | "independence": 1971 73 | }, 74 | { "id":"19", 75 | "country": "Barbados", 76 | "independence": 1966 77 | }, 78 | { "id":"20", 79 | "country": "Belarus", 80 | "independence": 1991 81 | }, 82 | { "id":"21", 83 | "country": "Belgium", 84 | "independence": 1830 85 | }, 86 | { "id":"22", 87 | "country": "Belize", 88 | "independence": 1981 89 | }, 90 | { "id":"23", 91 | "country": "Benin", 92 | "independence": 1960 93 | }, 94 | { "id":"24", 95 | "country": "Bermuda", 96 | "independence": null 97 | }, 98 | { "id":"25", 99 | "country": "Bhutan", 100 | "independence": 1910 101 | }, 102 | { "id":"26", 103 | "country": "Bolivia", 104 | "independence": 1825 105 | }, 106 | { "id":"27", 107 | "country": "Bosnia and Herzegovina", 108 | "independence": 1992 109 | }, 110 | { "id":"28", 111 | "country": "Botswana", 112 | "independence": 1966 113 | }, 114 | { "id":"29", 115 | "country": "Bouvet Island", 116 | "independence": null 117 | }, 118 | { "id":"30", 119 | "country": "Brazil", 120 | "independence": 1822 121 | }, 122 | { "id":"31", 123 | "country": "British Indian Ocean Territory", 124 | "independence": null 125 | }, 126 | { "id":"32", 127 | "country": "Brunei", 128 | "independence": 1984 129 | }, 130 | { "id":"33", 131 | "country": "Bulgaria", 132 | "independence": 1908 133 | }, 134 | { "id":"34", 135 | "country": "Burkina Faso", 136 | "independence": 1960 137 | }, 138 | { "id":"35", 139 | "country": "Burundi", 140 | "independence": 1962 141 | }, 142 | { "id":"36", 143 | "country": "Cambodia", 144 | "independence": 1953 145 | }, 146 | { "id":"37", 147 | "country": "Cameroon", 148 | "independence": 1960 149 | }, 150 | { "id":"", 151 | "country": "Canada", 152 | "independence": 1867 153 | }, 154 | { "id":"38", 155 | "country": "Cape Verde", 156 | "independence": 1975 157 | }, 158 | { "id":"39", 159 | "country": "Cayman Islands", 160 | "independence": null 161 | }, 162 | { "id":"40", 163 | "country": "Central African Republic", 164 | "independence": 1960 165 | }, 166 | { "id":"41", 167 | "country": "Chad", 168 | "independence": 1960 169 | }, 170 | { "id":"42", 171 | "country": "Chile", 172 | "independence": 1810 173 | }, 174 | { "id":"43", 175 | "country": "China", 176 | "independence": -1523 177 | }, 178 | { "id":"44", 179 | "country": "Christmas Island", 180 | "independence": null 181 | }, 182 | { "id":"45", 183 | "country": "Cocos (Keeling) Islands", 184 | "independence": null 185 | }, 186 | { "id":"46", 187 | "country": "Colombia", 188 | "independence": 1810 189 | }, 190 | { "id":"47", 191 | "country": "Comoros", 192 | "independence": 1975 193 | }, 194 | { "id":"48", 195 | "country": "Congo", 196 | "independence": 1960 197 | }, 198 | { "id":"49", 199 | "country": "Cook Islands", 200 | "independence": null 201 | }, 202 | { "id":"50", 203 | "country": "Costa Rica", 204 | "independence": 1821 205 | }, 206 | { "id":"51", 207 | "country": "Croatia", 208 | "independence": 1991 209 | }, 210 | { "id":"52", 211 | "country": "Cuba", 212 | "independence": 1902 213 | }, 214 | { "id":"53", 215 | "country": "Cyprus", 216 | "independence": 1960 217 | }, 218 | { "id":"54", 219 | "country": "Czech Republic", 220 | "independence": 1993 221 | }, 222 | { "id":"55", 223 | "country": "Denmark", 224 | "independence": 1945 225 | }, 226 | { "id":"56", 227 | "country": "Djibouti ", 228 | "independence": 1977 229 | }, 230 | { "id":"57", 231 | "country": "Dominica", 232 | "independence": 1978 233 | 234 | }, 235 | { "id":"58", 236 | "country": "Dominican Republic", 237 | "independence": 1844 238 | }, 239 | { "id":"59", 240 | "country": "Ecuador", 241 | "independence": 1820 242 | }, 243 | { "id":"60", 244 | "country": "Egypt", 245 | "independence": 1953 246 | }, 247 | { "id":"61", 248 | "country": "El Salvador", 249 | "independence": 1821 250 | }, 251 | { "id":"62", 252 | "country": "Equatorial Guinea", 253 | "independence": 1968 254 | }, 255 | { "id":"63", 256 | "country": " Eritrean", 257 | "independence": 1993 258 | }, 259 | { "id":"64", 260 | "country": "Estonian", 261 | "independence": 1991 262 | }, 263 | { "id":"65", 264 | "country": "Eswatini (formerly Swaziland)", 265 | "independence": 1968 266 | }, 267 | { "id":"66", 268 | "country": "Ethiopia", 269 | "independence": 1896 270 | }, 271 | { "id":"67", 272 | "country": "Fiji", 273 | "independence": 1970 274 | }, 275 | { "id":"68", 276 | "country": "Finland ", 277 | "independence": 1917 278 | }, 279 | { "id":"69", 280 | "country": "France", 281 | "independence": 1789 282 | }, 283 | { "id":"70", 284 | "country": "Norway", 285 | "independence": 1814 286 | }, 287 | { "id":"71", 288 | "country": "Venezuala", 289 | "independence": 1811 290 | }, 291 | { "id":"72", 292 | "country": "Argentina", 293 | "independence": 1816 294 | }, 295 | { "id":"73", 296 | "country": "India", 297 | "independence": 1947 298 | }, 299 | { "id":"73", 300 | "country": "Romania", 301 | "independence": 1877 302 | }, 303 | 304 | -------------------------------------------------------------------------------- /JSON Files/emoji.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "emoji-id": "1", 4 | "emoji": "💘", 5 | "emoji-name": "Heart with Arrow" 6 | }, 7 | { 8 | "emoji-id": "2", 9 | "emoji": "💝", 10 | "emoji-name": "Heart with Ribbon" 11 | }, 12 | { 13 | "emoji-id": "3", 14 | "emoji": "💖", 15 | "emoji-name": "Sparkling Heart" 16 | }, 17 | { 18 | "emoji-id": "4", 19 | "emoji": "💗", 20 | "emoji-name": "Growing Heart" 21 | }, 22 | { 23 | "emoji-id": "5", 24 | "emoji": "💓", 25 | "emoji-name": "Beating Heart" 26 | }, 27 | { 28 | "emoji-id": "6", 29 | "emoji": "💞", 30 | "emoji-name": "Revolving Hearts" 31 | }, 32 | { 33 | "emoji-id": "7", 34 | "emoji": "💕", 35 | "emoji-name": "Two Hearts" 36 | }, 37 | { 38 | "emoji-id": "8", 39 | "emoji": "💟", 40 | "emoji-name": "Heart Decoration" 41 | }, 42 | { 43 | "emoji-id": "9", 44 | "emoji": "❣️", 45 | "emoji-name": "Heart Exclamation" 46 | }, 47 | { 48 | "emoji-id": "10", 49 | "emoji": "💔", 50 | "emoji-name": "Broken Heart" 51 | }, 52 | { 53 | "emoji-id": "11", 54 | "emoji": "❤️‍🔥", 55 | "emoji-name": "Heart on Fire" 56 | }, 57 | { 58 | "emoji-id": "13", 59 | "emoji": "❤️‍🩹", 60 | "emoji-name": "Mending Heart" 61 | }, 62 | { 63 | "emoji-id": "14", 64 | "emoji": "❤️", 65 | "emoji-name": "Red Heart" 66 | }, 67 | { 68 | "emoji-id": "15", 69 | "emoji": "🧡", 70 | "emoji-name": "Orange Heart" 71 | }, 72 | { 73 | "emoji-id": "16", 74 | "emoji": "💛", 75 | "emoji-name": " Yellow Heart" 76 | }, 77 | { 78 | "emoji-id": "17", 79 | "emoji": "💚", 80 | "emoji-name": "Green Heart" 81 | }, 82 | { 83 | "emoji-id": "18", 84 | "emoji": "💙", 85 | "emoji-name": "Blue Heart" 86 | }, 87 | { 88 | "emoji-id": "19", 89 | "emoji": "💜", 90 | "emoji-name": "Purple Heart" 91 | }, 92 | { 93 | "emoji-id": "20", 94 | "emoji": "🤎", 95 | "emoji-name": "Brown Heart" 96 | }, 97 | { 98 | "emoji-id": "21", 99 | "emoji": "🖤", 100 | "emoji-name": "Black Heart" 101 | }, 102 | { 103 | "emoji-id": "23", 104 | "emoji": "🤍", 105 | "emoji-name": "White Heart" 106 | }, 107 | { 108 | "emoji-id": "24", 109 | "emoji": "🔴", 110 | "emoji-name": "Red Circle" 111 | }, 112 | { 113 | "emoji-id": "25", 114 | "emoji": "🟠", 115 | "emoji-name": "Orange Circle" 116 | }, 117 | { 118 | "emoji-id": "26", 119 | "emoji": "🟡", 120 | "emoji-name": "Yellow Circle" 121 | }, 122 | { 123 | "emoji-id": "27", 124 | "emoji": "🟢", 125 | "emoji-name": "Green Circle" 126 | }, 127 | { 128 | "emoji-id": "28", 129 | "emoji": "🔵", 130 | "emoji-name": "Blue Circle" 131 | }, 132 | { 133 | "emoji-id": "29", 134 | "emoji": "🟣", 135 | "emoji-name": "Purple Circle" 136 | }, 137 | { 138 | "emoji-id": "30", 139 | "emoji": "🟤", 140 | "emoji-name": "Brown Circle" 141 | }, 142 | { 143 | "emoji-id": "31", 144 | "emoji": "⚫", 145 | "emoji-name": "Black Circle" 146 | }, 147 | { 148 | "emoji-id": "32", 149 | "emoji": "🏕️", 150 | "emoji-name": "Camping" 151 | }, 152 | { 153 | "emoji-id": "33", 154 | "emoji": "✨", 155 | "emoji-name": "Sparkles" 156 | }, 157 | { 158 | "emoji-id": "34", 159 | "emoji": "🗼", 160 | "emoji-name": "Tokyo Tower" 161 | }, 162 | { 163 | "emoji-id": "35", 164 | "emoji": "🗽", 165 | "emoji-name": "Statue-of-liberty" 166 | }, 167 | { 168 | "emoji-id": "36", 169 | "emoji": "🛕", 170 | "emoji-name": "Temple" 171 | }, 172 | { 173 | "emoji-id": "37", 174 | "emoji": "🎡", 175 | "emoji-name": "Ferris-wheel" 176 | }, 177 | { 178 | "emoji-id": "38", 179 | "emoji": "🪐", 180 | "emoji-name": "Saturn" 181 | }, 182 | { 183 | "emoji-id": "39", 184 | "emoji": "🚢", 185 | "emoji-name": "Ship" 186 | }, 187 | { 188 | "emoji-id": "40", 189 | "emoji": "⛴️", 190 | "emoji-name": "Ferry" 191 | }, 192 | { 193 | "emoji-id": "41", 194 | "emoji": "😺", 195 | "emoji-name": "Grinning Cat" 196 | }, 197 | { 198 | "emoji-id": "42", 199 | "emoji": "😽", 200 | "emoji-name": "Kissing Cat" 201 | }, 202 | { 203 | "emoji-id": "43", 204 | "emoji": "😹", 205 | "emoji-name": "Laughing Cat" 206 | }, 207 | { 208 | "emoji-id": "44", 209 | "emoji": "😿", 210 | "emoji-name": "Crying Cat" 211 | }, 212 | { 213 | "emoji-id": "45", 214 | "emoji": "🙀", 215 | "emoji-name": "Weary Cat" 216 | } , 217 | { 218 | "emoji-id": "46", 219 | "emoji": "😨", 220 | "emoji-name": "Fearful Face" 221 | }, 222 | { 223 | "emoji-id": "47", 224 | "emoji": "😈", 225 | "emoji-name": "Smiling Face With Horns" 226 | }, 227 | { 228 | "emoji-id": "48", 229 | "emoji": "🤪", 230 | "emoji-name": "Zanny Face" 231 | }, 232 | { 233 | "emoji-id": "49", 234 | "emoji": "🧐", 235 | "emoji-name": "Face with monocle" 236 | }, 237 | { 238 | "emoji-id": "50", 239 | "emoji": "🤏", 240 | "emoji-name": "Pinched hand" 241 | }, 242 | { 243 | "emoji-id": "51", 244 | "emoji": "🤙", 245 | "emoji-name": "Call Me Hand" 246 | }, 247 | { 248 | "emoji-id": "52", 249 | "emoji": "🤳", 250 | "emoji-name": "Selfie hand" 251 | }, 252 | { 253 | "emoji-id": "53", 254 | "emoji": "👣", 255 | "emoji-name": "Footprint" 256 | }, 257 | { 258 | "emoji-id": "54", 259 | "emoji": "🧔‍♀‍", 260 | "emoji-name": "Bearded woman" 261 | }, 262 | { 263 | "emoji-id": "55", 264 | "emoji": "🧑‍🎓", 265 | "emoji-name": "Student" 266 | }, 267 | { 268 | "emoji-id": "56", 269 | "emoji": "😂", 270 | "emoji-name": "Laughing Face" 271 | }, 272 | { 273 | "emoji-id": "57", 274 | "emoji": "🤩 ", 275 | "emoji-name": "Star-Struck" 276 | }, 277 | { 278 | "emoji-id": "58", 279 | "emoji": "🙄", 280 | "emoji-name": "Face with Rolling Eyes" 281 | }, 282 | { 283 | "emoji-id": "59", 284 | "emoji": "🐎", 285 | "emoji-name": "Horse" 286 | }, 287 | { 288 | "emoji-id": "60", 289 | "emoji": "🦙", 290 | "emoji-name": "Llama" 291 | }, 292 | { 293 | "emoji-id": "61", 294 | "emoji": "😏", 295 | "emoji-name": "Smirking Face" 296 | }, 297 | { 298 | "emoji-id": "62", 299 | "emoji": "😬", 300 | "emoji-name": "Grimacing Face" 301 | }, 302 | { 303 | "emoji-id": "63", 304 | "emoji": "😴", 305 | "emoji-name": "Sleeping Face" 306 | }, 307 | { 308 | "emoji-id": "64", 309 | "emoji": "😘", 310 | "emoji-name": "Face Blowing a Kiss" 311 | }, 312 | { 313 | "emoji-id": "65", 314 | "emoji": "🤑", 315 | "emoji-name": "Money-Mouth Face" 316 | }, 317 | { 318 | "emoji-id": "66", 319 | "emoji": "🏦", 320 | "emoji-name": "Bank" 321 | }, 322 | { 323 | "emoji-id": "67", 324 | "emoji": "🙌", 325 | "emoji-name": "Raising Hands" 326 | }, 327 | { 328 | "emoji-id": "68", 329 | "emoji": "✌️", 330 | "emoji-name": "Victory Hand" 331 | }, 332 | { 333 | "emoji-id": "69", 334 | "emoji": "🎖️", 335 | "emoji-name": "Military Medal" 336 | }, 337 | { 338 | "emoji-id": "70", 339 | "emoji": "🫡", 340 | "emoji-name": "Saluting Face" 341 | }, 342 | ] 343 | -------------------------------------------------------------------------------- /JSON Files/infofilenames.json: -------------------------------------------------------------------------------- 1 | ["jobs", "cheatsheetlinks", "emoji"] 2 | -------------------------------------------------------------------------------- /JSON Files/jobs.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": "1", 4 | "JobRole": "Sofware Developer", 5 | "JobDescription": "A Software Developer is generally responsible for the development, design and implementation of new or modified software products or ongoing business projects." 6 | }, 7 | { 8 | "id": "2", 9 | "JobRole": "Front-end developer", 10 | "JobDescription": " A front-end developer is responsible for planning, designing and developing websites. Using a variety of markup languages, they create aesthetic websites that are functional and consistent in design." 11 | }, 12 | { 13 | "id": "3", 14 | "JobRole": "System Engineer", 15 | "JobDescription": " System engineers are responsible for the installation, configuration and testing of operating systems. They evaluate existing systems to ensure structural integrity" 16 | }, 17 | { 18 | "id": "4", 19 | "JobRole": "IT consultant ", 20 | "JobDescription": "an IT consultant advises clients on the planning, design, installation and usage of information technology systems to meet their business objectives, overcome problems or improve the structure and efficiency of their IT systems" 21 | }, 22 | { 23 | "id": "5", 24 | "JobRole": "Games developer", 25 | "JobDescription": "Games developers produce games for personal computers, games consoles, social/online games, arcade games, tablets, mobile phones and other hand-held devices." 26 | }, 27 | { 28 | "id": "6", 29 | "JobRole": "Machine Learning Engineer", 30 | "JobDescription": "As a Machine Learning Engineer, it will be your job to build and deploy ML systems that can automatically learn and improve independently." 31 | }, 32 | { 33 | "id": "7", 34 | "JobRole": "Data Engineer", 35 | "JobDescription": "Data Engineer role is to develop and maintain large and complex databases as well as large-scale data processing systems. As a key member of analytics or engineering teams, a data engineer must be comfortable working collaboratively. This role requires comprehensive knowledge of query and database skills." 36 | }, 37 | { 38 | "id": "8", 39 | "JobRole": "UX Design", 40 | "JobDescription": "A UX Designer is a professional responsible for turning applications into something that people enjoy using. They do this by studying the user experience and measuring how easy it is to complete tasks in an efficient manner while improving ease-of-use capabilities through many different approaches." 41 | }, 42 | { 43 | "id": "9", 44 | "JobRole": "Graphic Gesign", 45 | "JobDescription": "Graphic designers use computers or hand tools to create posters, websites, logos, brochures, magazines and many other materials to communicate ideas and information visually. They are sometimes called graphic artists." 46 | }, 47 | { 48 | "id": "10", 49 | "JobRole": "Digital Marketing", 50 | "JobDescription": "Primarily, a digital marketer is in charge of all the digital channels and uses them to drive brand awareness and generate leads. That is to say, a digital marketer's roles and responsibilities involve overseeing and development of the overall content strategy for an enterprise, as well as marketing campaigns." 51 | }, 52 | { 53 | "id": "11", 54 | "JobRole": "Network Administrator", 55 | "JobDescription": "The Network Administrator's role is to ensure the stable operation of the computer networks. This includes planning, developing, installing, configuring, maintaining, supporting, and optimizing all network hardware, software, and communication links." 56 | }, 57 | { 58 | "id": "12", 59 | "JobRole": "Database Administrator", 60 | "JobDescription": "Database Administrators ensure that the databases run efficiently and securely. For example, they create or organize systems to store different data types, such as financial information and customer shipping records. They also make sure authorized users can access this information when needed." 61 | }, 62 | { 63 | "id": "13", 64 | "JobRole": "Cloud engineer", 65 | "JobDescription": "Cloud engineers research and implement ways to transfer a company's existing infrastructure to cloud-based systems. Cloud systems are remote servers that store and manage data. These professionals also maintain that data and information once they move it to the new system." 66 | }, 67 | { 68 | "id": "14", 69 | "JobRole": "Solutions Architect", 70 | "JobDescription": "A solutions architect creates the overall technical vision for a specific solution to a business problem. They design, describe, and manage the solution." 71 | }, 72 | { 73 | "id": "15", 74 | "JobRole": "DevOps engineer", 75 | "JobDescription": "A DevOps engineer introduces processes, tools, and methodologies to balance needs throughout the software development life cycle, from coding and deployment." 76 | }, 77 | { 78 | "id": "16", 79 | "JobRole": "Application Engineer", 80 | "JobDescription": "An Application Engineer is a professional who develops customized software programs for clients and collaborates with development teams to create complex and sophisticated software applications." 81 | }, 82 | { 83 | "id": "17", 84 | "JobRole": "Data Analyst", 85 | "JobDescription": "A data analyst reviews data to identify key insights into a business's customers and ways the data can be used to solve problems. They also communicate this information to company leadership and other stakeholders." 86 | }, 87 | { 88 | "id": "18", 89 | "JobRole": "Test engineer", 90 | "JobDescription": "A test engineer is a professional who determines how to create a process that would best test a particular product in manufacturing and related disciplines, in order to assure that the product meets applicable specifications." 91 | }, 92 | { 93 | "id": "19", 94 | "JobRole": "IT manager", 95 | "JobDescription": "IT managers are responsible for coordinating, planning, and leading computer-related activities in an organization. They help determine the IT needs of an organization and are responsible for implementing computer systems to fulfill the organization's information systems requirements." 96 | }, 97 | { 98 | "id": "20", 99 | "JobRole": "Digital manager", 100 | "JobDescription": "A Digital Strategy Manager is an executive position. This position is based on a unique set of technological knowledge which directs all departments for digital industry growth." 101 | }, 102 | { 103 | "id": "21", 104 | "JobRole": "Security Engineer", 105 | "JobDescription": " A Security Engineer, or Security Administrator, handles the digital security for their company or clients." 106 | }, 107 | { 108 | "id": "22", 109 | "JobRole": "Technical Support Engineer", 110 | "JobDescription": " A Technical Support Engineer, also known as an IT support engineer, helps in resolving technical issues within different components of computer systems, such as software, hardware, and other network-related IT related problems." 111 | }, 112 | { 113 | "id": "23", 114 | "JobRole": "Area Engineer", 115 | "JobDescription": " A few of the main duties of a area engineer are conducting research, installing new technologies, monitoring activities at the assigned area, and doing quality control work. They also have to create reports of the area to ensure that all requirements are being met." 116 | }, 117 | { 118 | "id": "24", 119 | "JobRole": "Site Engineer", 120 | "JobDescription": " The site engineer's responsibilities include managing different parts of construction projects, supervising crew members, preparing estimates for time and material costs, completing quality assurance, observing health and safety standards, and compiling reports for different stakeholders." 121 | }, 122 | { 123 | "id": "25", 124 | "JobRole": " Design Evangelist", 125 | "JobDescription": "The path to a CEO’s office needs to be through engineering and design”. If you believe in the above quote and have an eye for detail and a relentless pursuit to churn out great designs, then this role will excite you" 126 | }, 127 | { 128 | "id": "26", 129 | "JobRole": "Junior Blockchain Developer ", 130 | "JobDescription": "Build high-quality software For ethereum / hyperledger in Go / Solidity / JavaScript / Python on a daily basis. Make the crypto software ." 131 | }, 132 | { 133 | "id": "27", 134 | "JobRole": "Executive- Business Development ", 135 | "JobDescription": "To read the tenders documents and apply for that; Maintain good relationship with the clients for getting better business; Prepare / maintain the data of clients & Valuations database for the past projects done by the company; Secondary research and Data Analysis." 136 | }, 137 | { 138 | "id": "28", 139 | "JobRole": "Data engineer ", 140 | "JobDescription": "The role a Data Engineer is to collect data from all sources and apply various method to take out the best possible result." 141 | }, 142 | { 143 | "id": "29", 144 | "JobRole": " Buisness Analyst", 145 | "JobDescription": "A Business Analyst is a professional who works closely with stakeholders to identify goals, develop best practices for data collection, and analyze current processes to determine what can be improved to achieve their desired outcome." 146 | }, 147 | { 148 | "id": "30", 149 | "JobRole": "Digital manager", 150 | "JobDescription": "A Digital Strategy Manager is an executive position. This position is based on a unique set of technological knowledge which directs all departments for digital industry growth." 151 | }, 152 | { 153 | "id": "31", 154 | "JobRole": "Sofware Developer and Engineer -Test ", 155 | "JobDescription": "The Senior Software Development Test Engineer (SDET) helps deliver the quality and performance of large scale, big data, custom hardware multi-platform software products that includes; web, API and mobile application interfaces." 156 | }, 157 | { 158 | "id": "32", 159 | "JobRole": "Full-stack developer", 160 | "JobDescription": "A Full-Stack developer is a professional responsible for working on both front-end and back-end development processes. They design, develop, and maintain fully-fledged and functioning platforms with databases or servers. These servers do not need other third-party applications to build an entire system from scratch." 161 | }, 162 | { 163 | "id": "33", 164 | "JobRole": "Web Designer", 165 | "JobDescription": "Web designers develop, design, and code websites and web pages, many of which include text, audio, images, graphics, and video clips." 166 | }, 167 | { 168 | "id": "34", 169 | "JobRole": "Chief Technology Officer", 170 | "JobDescription": "A chief technology officer (CTO) is a senior executive who is in charge of overseeing the whole information technology department and integrating business goals and requirements into IT planning and operations." 171 | }, 172 | { 173 | "id": "35", 174 | "JobRole": "Network Administrator", 175 | "JobDescription": "Network administrators oversee the operation and maintenance of hardware, software, computer infrastructures, and complete information systems." 176 | }, 177 | { 178 | "id": "36", 179 | "JobRole": "Electrial engineer ", 180 | "JobDescription": "Electrical engineers design, develop, test, and supervise the manufacture of electrical equipment, such as electric motors, radar and navigation systems, communications systems, or power generation equipment" 181 | }, 182 | { 183 | "id": "37", 184 | "JobRole": "Electronics engineer", 185 | "JobDescription": "Electronics engineers design and develop electronic equipment, including broadcast and communications systems, such as portable music players and Global Positioning System (GPS) devices." 186 | }, 187 | { 188 | "id": "38", 189 | "JobRole": "Telecom equipment engineer", 190 | "JobDescription": "A telecommunication engineer is responsible for designing and overseeing the installation of telecommunications equipment and facilities, such as complex electronic switching systems, and other plain old telephone service facilities, optical fiber cabling, IP networks, and microwave transmission systems.." 191 | }, 192 | { 193 | "id": "39", 194 | "JobRole": "Central office engineer", 195 | "JobDescription": "Prepare detailed plans for assigned tasks. Perform engineering design and analysis calculations pertaining to and in support of detailed plans." 196 | } 197 | ] 198 | -------------------------------------------------------------------------------- /JSON Files/movies.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "Title": "Avatar", 4 | "Year": "2009", 5 | "Rated": "PG-13", 6 | "Released": "18 Dec 2009", 7 | "Runtime": "162 min", 8 | "Genre": "Action, Adventure, Fantasy", 9 | "Director": "James Cameron", 10 | "Writer": "James Cameron", 11 | "Actors": "Sam Worthington, Zoe Saldana, Sigourney Weaver, Stephen Lang", 12 | "Plot": "A paraplegic marine dispatched to the moon Pandora on a unique mission becomes torn between following his orders and protecting the world he feels is his home.", 13 | "Language": "English, Spanish", 14 | "Country": "USA, UK", 15 | "Awards": "Won 3 Oscars. Another 80 wins & 121 nominations.", 16 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMTYwOTEwNjAzMl5BMl5BanBnXkFtZTcwODc5MTUwMw@@._V1_SX300.jpg", 17 | "Metascore": "83", 18 | "imdbRating": "7.9", 19 | "imdbVotes": "890,617", 20 | "imdbID": "tt0499549", 21 | "Type": "movie", 22 | "Response": "True", 23 | "Images": [ 24 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjEyOTYyMzUxNl5BMl5BanBnXkFtZTcwNTg0MTUzNA@@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 25 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNzM2MDk3MTcyMV5BMl5BanBnXkFtZTcwNjg0MTUzNA@@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 26 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTY2ODQ3NjMyMl5BMl5BanBnXkFtZTcwODg0MTUzNA@@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 27 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTMxOTEwNDcxN15BMl5BanBnXkFtZTcwOTg0MTUzNA@@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 28 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTYxMDg1Nzk1MV5BMl5BanBnXkFtZTcwMDk0MTUzNA@@._V1_SX1500_CR0,0,1500,999_AL_.jpg" 29 | ] 30 | }, 31 | { 32 | "Title": "I Am Legend", 33 | "Year": "2007", 34 | "Rated": "PG-13", 35 | "Released": "14 Dec 2007", 36 | "Runtime": "101 min", 37 | "Genre": "Drama, Horror, Sci-Fi", 38 | "Director": "Francis Lawrence", 39 | "Writer": "Mark Protosevich (screenplay), Akiva Goldsman (screenplay), Richard Matheson (novel), John William Corrington, Joyce Hooper Corrington", 40 | "Actors": "Will Smith, Alice Braga, Charlie Tahan, Salli Richardson-Whitfield", 41 | "Plot": "Years after a plague kills most of humanity and transforms the rest into monsters, the sole survivor in New York City struggles valiantly to find a cure.", 42 | "Language": "English", 43 | "Country": "USA", 44 | "Awards": "9 wins & 21 nominations.", 45 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMTU4NzMyNDk1OV5BMl5BanBnXkFtZTcwOTEwMzU1MQ@@._V1_SX300.jpg", 46 | "Metascore": "65", 47 | "imdbRating": "7.2", 48 | "imdbVotes": "533,874", 49 | "imdbID": "tt0480249", 50 | "Type": "movie", 51 | "Response": "True", 52 | "Images": [ 53 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTI0NTI4NjE3NV5BMl5BanBnXkFtZTYwMDA0Nzc4._V1_.jpg", 54 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTIwMDg2MDU4M15BMl5BanBnXkFtZTYwMTA0Nzc4._V1_.jpg", 55 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTc5MDM1OTU5OV5BMl5BanBnXkFtZTYwMjA0Nzc4._V1_.jpg", 56 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTA0MTI2NjMzMzFeQTJeQWpwZ15BbWU2MDMwNDc3OA@@._V1_.jpg" 57 | ] 58 | }, 59 | { 60 | "Title": "300", 61 | "Year": "2006", 62 | "Rated": "R", 63 | "Released": "09 Mar 2007", 64 | "Runtime": "117 min", 65 | "Genre": "Action, Drama, Fantasy", 66 | "Director": "Zack Snyder", 67 | "Writer": "Zack Snyder (screenplay), Kurt Johnstad (screenplay), Michael Gordon (screenplay), Frank Miller (graphic novel), Lynn Varley (graphic novel)", 68 | "Actors": "Gerard Butler, Lena Headey, Dominic West, David Wenham", 69 | "Plot": "King Leonidas of Sparta and a force of 300 men fight the Persians at Thermopylae in 480 B.C.", 70 | "Language": "English", 71 | "Country": "USA", 72 | "Awards": "16 wins & 42 nominations.", 73 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMjAzNTkzNjcxNl5BMl5BanBnXkFtZTYwNDA4NjE3._V1_SX300.jpg", 74 | "Metascore": "52", 75 | "imdbRating": "7.7", 76 | "imdbVotes": "611,046", 77 | "imdbID": "tt0416449", 78 | "Type": "movie", 79 | "Response": "True", 80 | "Images": [ 81 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTMwNTg5MzMwMV5BMl5BanBnXkFtZTcwMzA2NTIyMw@@._V1_SX1777_CR0,0,1777,937_AL_.jpg", 82 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTQwNTgyNTMzNF5BMl5BanBnXkFtZTcwNDA2NTIyMw@@._V1_SX1777_CR0,0,1777,935_AL_.jpg", 83 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTc0MjQzOTEwMV5BMl5BanBnXkFtZTcwMzE2NTIyMw@@._V1_SX1777_CR0,0,1777,947_AL_.jpg" 84 | ] 85 | }, 86 | { 87 | "Title": "The Avengers", 88 | "Year": "2012", 89 | "Rated": "PG-13", 90 | "Released": "04 May 2012", 91 | "Runtime": "143 min", 92 | "Genre": "Action, Sci-Fi, Thriller", 93 | "Director": "Joss Whedon", 94 | "Writer": "Joss Whedon (screenplay), Zak Penn (story), Joss Whedon (story)", 95 | "Actors": "Robert Downey Jr., Chris Evans, Mark Ruffalo, Chris Hemsworth", 96 | "Plot": "Earth's mightiest heroes must come together and learn to fight as a team if they are to stop the mischievous Loki and his alien army from enslaving humanity.", 97 | "Language": "English, Russian", 98 | "Country": "USA", 99 | "Awards": "Nominated for 1 Oscar. Another 34 wins & 75 nominations.", 100 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMTk2NTI1MTU4N15BMl5BanBnXkFtZTcwODg0OTY0Nw@@._V1_SX300.jpg", 101 | "Metascore": "69", 102 | "imdbRating": "8.1", 103 | "imdbVotes": "1,003,301", 104 | "imdbID": "tt0848228", 105 | "Type": "movie", 106 | "Response": "True", 107 | "Images": [ 108 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTA0NjY0NzE4OTReQTJeQWpwZ15BbWU3MDczODg2Nzc@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 109 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjE1MzEzMjcyM15BMl5BanBnXkFtZTcwNDM4ODY3Nw@@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 110 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjMwMzM2MTg1M15BMl5BanBnXkFtZTcwNjM4ODY3Nw@@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 111 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTQ4NzM2Mjc5MV5BMl5BanBnXkFtZTcwMTkwOTY3Nw@@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 112 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTc3MzQ3NjA5N15BMl5BanBnXkFtZTcwMzY5OTY3Nw@@._V1_SX1777_CR0,0,1777,999_AL_.jpg" 113 | ] 114 | }, 115 | { 116 | "Title": "The Wolf of Wall Street", 117 | "Year": "2013", 118 | "Rated": "R", 119 | "Released": "25 Dec 2013", 120 | "Runtime": "180 min", 121 | "Genre": "Biography, Comedy, Crime", 122 | "Director": "Martin Scorsese", 123 | "Writer": "Terence Winter (screenplay), Jordan Belfort (book)", 124 | "Actors": "Leonardo DiCaprio, Jonah Hill, Margot Robbie, Matthew McConaughey", 125 | "Plot": "Based on the true story of Jordan Belfort, from his rise to a wealthy stock-broker living the high life to his fall involving crime, corruption and the federal government.", 126 | "Language": "English, French", 127 | "Country": "USA", 128 | "Awards": "Nominated for 5 Oscars. Another 35 wins & 154 nominations.", 129 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMjIxMjgxNTk0MF5BMl5BanBnXkFtZTgwNjIyOTg2MDE@._V1_SX300.jpg", 130 | "Metascore": "75", 131 | "imdbRating": "8.2", 132 | "imdbVotes": "786,985", 133 | "imdbID": "tt0993846", 134 | "Type": "movie", 135 | "Response": "True", 136 | "Images": [ 137 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNDIwMDIxNzk3Ml5BMl5BanBnXkFtZTgwMTg0MzQ4MDE@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 138 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTc0NzAxODAyMl5BMl5BanBnXkFtZTgwMDg0MzQ4MDE@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 139 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTExMDk1MDE4NzVeQTJeQWpwZ15BbWU4MDM4NDM0ODAx._V1_SX1500_CR0,0,1500,999_AL_.jpg", 140 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTg3MTY4NDk4Nl5BMl5BanBnXkFtZTgwNjc0MzQ4MDE@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 141 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTgzMTg4MDI0Ml5BMl5BanBnXkFtZTgwOTY0MzQ4MDE@._V1_SY1000_CR0,0,1553,1000_AL_.jpg" 142 | ] 143 | }, 144 | { 145 | "Title": "Interstellar", 146 | "Year": "2014", 147 | "Rated": "PG-13", 148 | "Released": "07 Nov 2014", 149 | "Runtime": "169 min", 150 | "Genre": "Adventure, Drama, Sci-Fi", 151 | "Director": "Christopher Nolan", 152 | "Writer": "Jonathan Nolan, Christopher Nolan", 153 | "Actors": "Ellen Burstyn, Matthew McConaughey, Mackenzie Foy, John Lithgow", 154 | "Plot": "A team of explorers travel through a wormhole in space in an attempt to ensure humanity's survival.", 155 | "Language": "English", 156 | "Country": "USA, UK", 157 | "Awards": "Won 1 Oscar. Another 39 wins & 134 nominations.", 158 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMjIxNTU4MzY4MF5BMl5BanBnXkFtZTgwMzM4ODI3MjE@._V1_SX300.jpg", 159 | "Metascore": "74", 160 | "imdbRating": "8.6", 161 | "imdbVotes": "937,412", 162 | "imdbID": "tt0816692", 163 | "Type": "movie", 164 | "Response": "True", 165 | "Images": [ 166 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjA3NTEwOTMxMV5BMl5BanBnXkFtZTgwMjMyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 167 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMzQ5ODE2MzEwM15BMl5BanBnXkFtZTgwMTMyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 168 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTg4Njk4MzY0Nl5BMl5BanBnXkFtZTgwMzIyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 169 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMzE3MTM0MTc3Ml5BMl5BanBnXkFtZTgwMDIyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 170 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNjYzNjE2NDk3N15BMl5BanBnXkFtZTgwNzEyODgxMzE@._V1_SX1500_CR0,0,1500,999_AL_.jpg" 171 | ] 172 | }, 173 | { 174 | "Title": "Game of Thrones", 175 | "Year": "2011–", 176 | "Rated": "TV-MA", 177 | "Released": "17 Apr 2011", 178 | "Runtime": "56 min", 179 | "Genre": "Adventure, Drama, Fantasy", 180 | "Director": "N/A", 181 | "Writer": "David Benioff, D.B. Weiss", 182 | "Actors": "Peter Dinklage, Lena Headey, Emilia Clarke, Kit Harington", 183 | "Plot": "While a civil war brews between several noble families in Westeros, the children of the former rulers of the land attempt to rise up to power. Meanwhile a forgotten race, bent on destruction, plans to return after thousands of years in the North.", 184 | "Language": "English", 185 | "Country": "USA, UK", 186 | "Awards": "Won 1 Golden Globe. Another 185 wins & 334 nominations.", 187 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMjM5OTQ1MTY5Nl5BMl5BanBnXkFtZTgwMjM3NzMxODE@._V1_SX300.jpg", 188 | "Metascore": "N/A", 189 | "imdbRating": "9.5", 190 | "imdbVotes": "1,046,830", 191 | "imdbID": "tt0944947", 192 | "Type": "series", 193 | "totalSeasons": "7", 194 | "Response": "True", 195 | "Images": [ 196 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNDc1MGUyNzItNWRkOC00MjM1LWJjNjMtZTZlYWIxMGRmYzVlXkEyXkFqcGdeQXVyMzU3MDEyNjk@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 197 | "https://images-na.ssl-images-amazon.com/images/M/MV5BZjZkN2M5ODgtMjQ2OC00ZjAxLWE1MjMtZDE0OTNmNGM0NWEwXkEyXkFqcGdeQXVyNjUxNzgwNTE@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 198 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMDk4Y2Y1MDAtNGVmMC00ZTlhLTlmMmQtYjcyN2VkNzUzZjg2XkEyXkFqcGdeQXVyNjUxNzgwNTE@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 199 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNjZjNWIzMzQtZWZjYy00ZTkwLWJiMTYtOWRkZDBhNWJhY2JmXkEyXkFqcGdeQXVyMjk3NTUyOTc@._V1_SX1777_CR0,0,1777,999_AL_.jpg", 200 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNTMyMTRjZWEtM2UxMS00ZjU5LWIxMTYtZDA5YmJhZmRjYTc4XkEyXkFqcGdeQXVyMjk3NTUyOTc@._V1_SX1777_CR0,0,1777,999_AL_.jpg" 201 | ] 202 | }, 203 | { 204 | "Title": "Vikings", 205 | "Year": "2013–", 206 | "Rated": "TV-14", 207 | "Released": "03 Mar 2013", 208 | "Runtime": "44 min", 209 | "Genre": "Action, Drama, History", 210 | "Director": "N/A", 211 | "Writer": "Michael Hirst", 212 | "Actors": "Travis Fimmel, Clive Standen, Gustaf Skarsgård, Katheryn Winnick", 213 | "Plot": "The world of the Vikings is brought to life through the journey of Ragnar Lothbrok, the first Viking to emerge from Norse legend and onto the pages of history - a man on the edge of myth.", 214 | "Language": "English, Old English, Norse, Old, Latin", 215 | "Country": "Ireland, Canada", 216 | "Awards": "Nominated for 7 Primetime Emmys. Another 17 wins & 49 nominations.", 217 | "Poster": "http://ia.media-imdb.com/images/M/MV5BOTEzNzI3MDc0N15BMl5BanBnXkFtZTgwMzk1MzA5NzE@._V1_SX300.jpg", 218 | "Metascore": "N/A", 219 | "imdbRating": "8.6", 220 | "imdbVotes": "198,041", 221 | "imdbID": "tt2306299", 222 | "Type": "series", 223 | "totalSeasons": "5", 224 | "Response": "True", 225 | "Images": [ 226 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjM5MTM1ODUxNV5BMl5BanBnXkFtZTgwNTAzOTI2ODE@._V1_.jpg", 227 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNzU2NDcxODMyOF5BMl5BanBnXkFtZTgwNDAzOTI2ODE@._V1_.jpg", 228 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjMzMzIzOTU2M15BMl5BanBnXkFtZTgwODMzMTkyODE@._V1_SY1000_SX1500_AL_.jpg", 229 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTQ2NTQ2MDA3NF5BMl5BanBnXkFtZTgwODkxMDUxODE@._V1_SY1000_SX1500_AL_.jpg", 230 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTcxOTQ3NTA5N15BMl5BanBnXkFtZTgwMzExMDUxODE@._V1_SY1000_SX1500_AL_.jpg" 231 | ] 232 | }, 233 | { 234 | "Title": "Gotham", 235 | "Year": "2014–", 236 | "Rated": "TV-14", 237 | "Released": "01 Aug 2014", 238 | "Runtime": "42 min", 239 | "Genre": "Action, Crime, Drama", 240 | "Director": "N/A", 241 | "Writer": "Bruno Heller", 242 | "Actors": "Ben McKenzie, Donal Logue, David Mazouz, Sean Pertwee", 243 | "Plot": "The story behind Detective James Gordon's rise to prominence in Gotham City in the years before Batman's arrival.", 244 | "Language": "English", 245 | "Country": "USA", 246 | "Awards": "Nominated for 4 Primetime Emmys. Another 3 wins & 22 nominations.", 247 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMTY2MjMwNDE4OV5BMl5BanBnXkFtZTgwNjI1NjU0OTE@._V1_SX300.jpg", 248 | "Metascore": "N/A", 249 | "imdbRating": "8.0", 250 | "imdbVotes": "133,375", 251 | "imdbID": "tt3749900", 252 | "Type": "series", 253 | "totalSeasons": "3", 254 | "Response": "True", 255 | "Images": [ 256 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNDI3ODYyODY4OV5BMl5BanBnXkFtZTgwNjE5NDMwMDI@._V1_SY1000_SX1500_AL_.jpg", 257 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjA5OTExMTIwNF5BMl5BanBnXkFtZTgwMjI5NDMwMDI@._V1_SY1000_SX1500_AL_.jpg", 258 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTA3MDY2NjA3MzBeQTJeQWpwZ15BbWU4MDU0MDkzODgx._V1_SX1499_CR0,0,1499,999_AL_.jpg", 259 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjM3MzYzNDgzOV5BMl5BanBnXkFtZTgwMjQwOTM4ODE@._V1_SY1000_CR0,0,1498,1000_AL_.jpg", 260 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjQwODAyNjk0NF5BMl5BanBnXkFtZTgwODU4MzMyODE@._V1_SY1000_CR0,0,1500,1000_AL_.jpg" 261 | ] 262 | }, 263 | { 264 | "Title": "Power", 265 | "Year": "2014–", 266 | "Rated": "TV-MA", 267 | "Released": "N/A", 268 | "Runtime": "50 min", 269 | "Genre": "Crime, Drama", 270 | "Director": "N/A", 271 | "Writer": "Courtney Kemp Agboh", 272 | "Actors": "Omari Hardwick, Joseph Sikora, Andy Bean, Lela Loren", 273 | "Plot": "James \"Ghost\" St. Patrick, a wealthy New York night club owner who has it all, catering for the city's elite and dreaming big, lives a double life as a drug kingpin.", 274 | "Language": "English", 275 | "Country": "USA", 276 | "Awards": "1 win & 6 nominations.", 277 | "Poster": "http://ia.media-imdb.com/images/M/MV5BOTA4NTkzMjUzOF5BMl5BanBnXkFtZTgwNzg5ODkxOTE@._V1_SX300.jpg", 278 | "Metascore": "N/A", 279 | "imdbRating": "8.0", 280 | "imdbVotes": "14,770", 281 | "imdbID": "tt3281796", 282 | "Type": "series", 283 | "totalSeasons": "3", 284 | "Response": "True", 285 | "Images": [ 286 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTc2ODg0MzMzM15BMl5BanBnXkFtZTgwODYxODA5NTE@._V1_SY1000_SX1500_AL_.jpg", 287 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTcyMjA0MzczNV5BMl5BanBnXkFtZTgwNTIyODA5NTE@._V1_SY1000_SX1500_AL_.jpg", 288 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTk0MTI0NzQ2NV5BMl5BanBnXkFtZTgwMDkxODA5NTE@._V1_SY1000_SX1500_AL_.jpg", 289 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTQ4Mzk1ODcxM15BMl5BanBnXkFtZTgwNDQyODA5NTE@._V1_SY1000_SX1500_AL_.jpg", 290 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTUwNTE0NDI1M15BMl5BanBnXkFtZTgwMDQyODA5NTE@._V1_SY1000_SX1500_AL_.jpg" 291 | ] 292 | }, 293 | { 294 | "Title": "Narcos", 295 | "Year": "2015–", 296 | "Rated": "TV-MA", 297 | "Released": "28 Aug 2015", 298 | "Runtime": "49 min", 299 | "Genre": "Biography, Crime, Drama", 300 | "Director": "N/A", 301 | "Writer": "Carlo Bernard, Chris Brancato, Doug Miro, Paul Eckstein", 302 | "Actors": "Wagner Moura, Boyd Holbrook, Pedro Pascal, Joanna Christie", 303 | "Plot": "A chronicled look at the criminal exploits of Colombian drug lord Pablo Escobar.", 304 | "Language": "English, Spanish", 305 | "Country": "USA", 306 | "Awards": "Nominated for 2 Golden Globes. Another 4 nominations.", 307 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMTU0ODQ4NDg2OF5BMl5BanBnXkFtZTgwNzczNTE4OTE@._V1_SX300.jpg", 308 | "Metascore": "N/A", 309 | "imdbRating": "8.9", 310 | "imdbVotes": "118,680", 311 | "imdbID": "tt2707408", 312 | "Type": "series", 313 | "totalSeasons": "2", 314 | "Response": "True", 315 | "Images": [ 316 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTk2MDMzMTc0MF5BMl5BanBnXkFtZTgwMTAyMzA1OTE@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 317 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjIxMDkyOTEyNV5BMl5BanBnXkFtZTgwNjY3Mjc3OTE@._V1_SY1000_SX1500_AL_.jpg", 318 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjA2NDUwMTU2NV5BMl5BanBnXkFtZTgwNTI1Mzc3OTE@._V1_SY1000_CR0,0,1499,1000_AL_.jpg", 319 | "https://images-na.ssl-images-amazon.com/images/M/MV5BODA1NjAyMTQ3Ml5BMl5BanBnXkFtZTgwNjI1Mzc3OTE@._V1_SY1000_CR0,0,1499,1000_AL_.jpg", 320 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTU0NzQ0OTAwNl5BMl5BanBnXkFtZTgwMDAyMzA1OTE@._V1_SX1500_CR0,0,1500,999_AL_.jpg" 321 | ] 322 | }, 323 | { 324 | "Title": "Breaking Bad", 325 | "Year": "2008–2013", 326 | "Rated": "TV-14", 327 | "Released": "20 Jan 2008", 328 | "Runtime": "49 min", 329 | "Genre": "Crime, Drama, Thriller", 330 | "Director": "N/A", 331 | "Writer": "Vince Gilligan", 332 | "Actors": "Bryan Cranston, Anna Gunn, Aaron Paul, Dean Norris", 333 | "Plot": "A high school chemistry teacher diagnosed with inoperable lung cancer turns to manufacturing and selling methamphetamine in order to secure his family's financial future.", 334 | "Language": "English, Spanish", 335 | "Country": "USA", 336 | "Awards": "Won 2 Golden Globes. Another 132 wins & 218 nominations.", 337 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMTQ0ODYzODc0OV5BMl5BanBnXkFtZTgwMDk3OTcyMDE@._V1_SX300.jpg", 338 | "Metascore": "N/A", 339 | "imdbRating": "9.5", 340 | "imdbVotes": "889,883", 341 | "imdbID": "tt0903747", 342 | "Type": "series", 343 | "totalSeasons": "5", 344 | "Response": "True", 345 | "Images": [ 346 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTgyMzI5NDc5Nl5BMl5BanBnXkFtZTgwMjM0MTI2MDE@._V1_SY1000_CR0,0,1498,1000_AL_.jpg", 347 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTQ2NDkwNDk5NV5BMl5BanBnXkFtZTgwNDM0MTI2MDE@._V1_SY1000_CR0,0,1495,1000_AL_.jpg", 348 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTM4NDcyNDMzMF5BMl5BanBnXkFtZTgwOTI0MTI2MDE@._V1_SY1000_CR0,0,1495,1000_AL_.jpg", 349 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTAzMTczMjM3NjFeQTJeQWpwZ15BbWU4MDc1MTI1MzAx._V1_SY1000_CR0,0,1495,1000_AL_.jpg", 350 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjA5MTE3MTgwMF5BMl5BanBnXkFtZTgwOTQxMjUzMDE@._V1_SX1500_CR0,0,1500,999_AL_.jpg" 351 | ] 352 | }, 353 | { 354 | "ComingSoon": true, 355 | "Title": "Doctor Strange", 356 | "Year": "2016", 357 | "Rated": "N/A", 358 | "Released": "04 Nov 2016", 359 | "Runtime": "N/A", 360 | "Genre": "Action, Adventure, Fantasy", 361 | "Director": "Scott Derrickson", 362 | "Writer": "Scott Derrickson (screenplay), C. Robert Cargill (screenplay), Jon Spaihts (story by), Scott Derrickson (story by), C. Robert Cargill (story by), Steve Ditko (comic book)", 363 | "Actors": "Rachel McAdams, Benedict Cumberbatch, Mads Mikkelsen, Tilda Swinton", 364 | "Plot": "After his career is destroyed, a brilliant but arrogant and conceited surgeon gets a new lease on life when a sorcerer takes him under her wing and trains him to defend the world against evil.", 365 | "Language": "English", 366 | "Country": "USA", 367 | "Awards": "N/A", 368 | "Poster": "http://ia.media-imdb.com/images/M/MV5BNjgwNzAzNjk1Nl5BMl5BanBnXkFtZTgwMzQ2NjI1OTE@._V1_SX300.jpg", 369 | "Metascore": "N/A", 370 | "imdbRating": "N/A", 371 | "imdbVotes": "N/A", 372 | "imdbID": "tt1211837", 373 | "Type": "movie", 374 | "Response": "True", 375 | "Images": [ 376 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjM3ODc1ODI5Ml5BMl5BanBnXkFtZTgwODMzMDY3OTE@._V1_.jpg", 377 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTgxNTAyNTU0NV5BMl5BanBnXkFtZTgwNzMzMDY3OTE@._V1_.jpg", 378 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjE5NDc5NzUwNV5BMl5BanBnXkFtZTgwMDM3MDM2NzE@._V1_.jpg" 379 | ] 380 | }, 381 | { 382 | "ComingSoon": true, 383 | "Title": "Rogue One: A Star Wars Story", 384 | "Year": "2016", 385 | "Rated": "N/A", 386 | "Released": "16 Dec 2016", 387 | "Runtime": "N/A", 388 | "Genre": "Action, Adventure, Sci-Fi", 389 | "Director": "Gareth Edwards", 390 | "Writer": "Chris Weitz (screenplay), Tony Gilroy (screenplay), John Knoll (story), Gary Whitta (story), George Lucas (characters)", 391 | "Actors": "Felicity Jones, Riz Ahmed, Mads Mikkelsen, Ben Mendelsohn", 392 | "Plot": "The Rebellion makes a risky move to steal the plans to the Death Star, setting up the epic saga to follow.", 393 | "Language": "English", 394 | "Country": "USA", 395 | "Awards": "1 nomination.", 396 | "Poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BMjQyMzI2OTA3OF5BMl5BanBnXkFtZTgwNDg5NjQ0OTE@._V1_SY1000_CR0,0,674,1000_AL_.jpg", 397 | "Metascore": "N/A", 398 | "imdbRating": "N/A", 399 | "imdbVotes": "N/A", 400 | "imdbID": "tt3748528", 401 | "Type": "movie", 402 | "Response": "True", 403 | "Images": [ 404 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjE3MzA4Nzk3NV5BMl5BanBnXkFtZTgwNjAxMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg", 405 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNDMxMTQzMjQxM15BMl5BanBnXkFtZTgwNzAxMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg", 406 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTUyNjkxOTk5NV5BMl5BanBnXkFtZTgwODAxMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg", 407 | "https://images-na.ssl-images-amazon.com/images/M/MV5BNjM4MzExNDAyNl5BMl5BanBnXkFtZTgwOTAxMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg", 408 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjE3NTgxMDcyNV5BMl5BanBnXkFtZTgwMDExMTc1ODE@._V1_SX1777_CR0,0,1777,744_AL_.jpg" 409 | ] 410 | }, 411 | { 412 | "ComingSoon": true, 413 | "Title": "Assassin's Creed", 414 | "Year": "2016", 415 | "Rated": "N/A", 416 | "Released": "21 Dec 2016", 417 | "Runtime": "N/A", 418 | "Genre": "Action, Adventure, Fantasy", 419 | "Director": "Justin Kurzel", 420 | "Writer": "Bill Collage (screenplay), Adam Cooper (screenplay), Michael Lesslie (screenplay)", 421 | "Actors": "Michael Fassbender, Michael Kenneth Williams, Marion Cotillard, Jeremy Irons", 422 | "Plot": "When Callum Lynch explores the memories of his ancestor Aguilar and gains the skills of a Master Assassin, he discovers he is a descendant of the secret Assassins society.", 423 | "Language": "English", 424 | "Country": "UK, France, USA, Hong Kong", 425 | "Awards": "N/A", 426 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMTU2MTQwMjU1OF5BMl5BanBnXkFtZTgwMDA5NjU5ODE@._V1_SX300.jpg", 427 | "Metascore": "N/A", 428 | "imdbRating": "N/A", 429 | "imdbVotes": "N/A", 430 | "imdbID": "tt2094766", 431 | "Type": "movie", 432 | "Response": "True", 433 | "Images": [ 434 | "https://images-na.ssl-images-amazon.com/images/M/MV5BN2EyYzgyOWEtNTY2NS00NjRjLWJiNDYtMWViMjg5MWZjYjgzXkEyXkFqcGdeQXVyNjUwNzk3NDc@._V1_.jpg", 435 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTYwOWYzOTctOTc4My00ZmJkLTgzMTctMmUxNDI5ODQzYzNjXkEyXkFqcGdeQXVyNDAyODU1Njc@._V1_SX1500_CR0,0,1500,999_AL_.jpg", 436 | "https://images-na.ssl-images-amazon.com/images/M/MV5BZTY5ZGUxMTAtYTU0OC00NGQ2LTkzNzgtZGZmNjlmNjY3MGU0XkEyXkFqcGdeQXVyNTY0MTkxMTg@._V1_SY1000_CR0,0,1500,1000_AL_.jpg", 437 | "https://images-na.ssl-images-amazon.com/images/M/MV5BZjA0MWYwZTEtYzc5Yi00NGM2LTg1YTctNjY2YzQ0NDJhZDAwXkEyXkFqcGdeQXVyNDAyODU1Njc@._V1_SY1000_CR0,0,1499,1000_AL_.jpg" 438 | ] 439 | }, 440 | { 441 | "ComingSoon": true, 442 | "Title": "Luke Cage", 443 | "Year": "2016–", 444 | "Rated": "TV-MA", 445 | "Released": "30 Sep 2016", 446 | "Runtime": "55 min", 447 | "Genre": "Action, Crime, Drama", 448 | "Director": "N/A", 449 | "Writer": "Cheo Hodari Coker", 450 | "Actors": "Mahershala Ali, Mike Colter, Frankie Faison, Erik LaRay Harvey", 451 | "Plot": "Given superstrength and durability by a sabotaged experiment, a wrongly accused man escapes prison to become a superhero for hire.", 452 | "Language": "English", 453 | "Country": "USA", 454 | "Awards": "N/A", 455 | "Poster": "http://ia.media-imdb.com/images/M/MV5BMTcyMzc1MjI5MF5BMl5BanBnXkFtZTgwMzE4ODY2OTE@._V1_SX300.jpg", 456 | "Metascore": "N/A", 457 | "imdbRating": "N/A", 458 | "imdbVotes": "N/A", 459 | "imdbID": "tt3322314", 460 | "Type": "series", 461 | "totalSeasons": "1", 462 | "Response": "True", 463 | "Images": [ 464 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjMxNjc1NjI0NV5BMl5BanBnXkFtZTgwNzA0NzY0ODE@._V1_SY1000_CR0,0,1497,1000_AL_.jpg", 465 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjI1MDg3NjY2OF5BMl5BanBnXkFtZTgwNDE1NDU4OTE@._V1_SY1000_CR0,0,1497,1000_AL_.jpg", 466 | "https://images-na.ssl-images-amazon.com/images/M/MV5BOTYzOTQyNDYxNl5BMl5BanBnXkFtZTgwNzA1NDU4OTE@._V1_SY1000_CR0,0,1498,1000_AL_.jpg", 467 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMTgxMjA3MTQ5Ml5BMl5BanBnXkFtZTgwOTA1NDU4OTE@._V1_SY1000_CR0,0,1498,1000_AL_.jpg", 468 | "https://images-na.ssl-images-amazon.com/images/M/MV5BMjMyNjg5ODYwNF5BMl5BanBnXkFtZTgwMTE1NDU4OTE@._V1_SY1000_CR0,0,1477,1000_AL_.jpg" 469 | ] 470 | } 471 | ] 472 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Chiranjeev Veer Srivastava 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Project-Core/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekGuy-29/OneStopInfo/7517d6edf386772ef1bf912c8a91481f4055effd/Project-Core/.DS_Store -------------------------------------------------------------------------------- /Project-Core/project.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Project Testing 8 | 9 | 10 |
11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Project-Core/script.js: -------------------------------------------------------------------------------- 1 | const mainElement = document.querySelector('#myData'); 2 | 3 | const conditionalRender = (data) => { 4 | if (data.startsWith('http://') || data.startsWith('https://')) { 5 | return `${data}`; 6 | } 7 | 8 | return `

${data}

`; 9 | }; 10 | 11 | const renderData = (data, fileName) => { 12 | let htmlString = `

${ 13 | fileName[0].toUpperCase() + fileName.slice(1) 14 | }

`; 15 | 16 | const [key1, key2, key3] = Object.keys(data[0]); 17 | 18 | let table = ``; 19 | table += ``; 20 | 21 | data.forEach((item) => { 22 | table += ` 23 | 24 | 25 | `; 26 | }); 27 | 28 | table += `
${key2}${key3}

${item[key2]}

${conditionalRender(item[key3])}
`; 29 | 30 | htmlString = `
${htmlString} ${table}
`; 31 | 32 | mainElement.insertAdjacentHTML('beforeend', htmlString); 33 | }; 34 | 35 | const loadData = async (fileName) => { 36 | const url = window.location.origin + '/' + fileName + '.json'; 37 | const response = await fetch(url); 38 | const data = await response.json(); 39 | console.log(data); 40 | renderData(data, fileName); 41 | }; 42 | 43 | const init = async () => { 44 | const fileNamesUrl = window.location.origin + '/infofilenames.json'; 45 | const response = await fetch(fileNamesUrl); 46 | const fileNames = await response.json(); 47 | console.log(fileNames); 48 | fileNames.forEach(async (fileName) => { 49 | await loadData(fileName); 50 | }); 51 | }; 52 | 53 | init(); 54 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OneStopInfo 2 | 3 | Alright! welcome to open-source mate. 4 | 5 | ## Wanna get involved? 6 | 7 | Get involved in the commmunity via [Discussions](https://github.com/GeekGuy-29/OneStopInfo/discussions) 💖 8 | 9 | ## What is this project here 10 | 11 | Firstly, the purpose of this project is typically of building a website, more like a library, a One-Stop-Info place wherein people can find anything according to their requirement. 12 | 13 | ## What to contribute in 14 | 15 | There are many places, where you can contribute. 16 | 17 | If I list them for you, they are. 18 | 19 | 1. Low-Code files 20 | 2. Non-Code files 21 | 3. Heavy-Code files 22 | 23 | Ya ya I know, you are very confused, buddy! I got you <3 24 | 25 | #### Low-Code files 26 | 27 | All the `.json` files are low-code files, they have a specific order of data and info so you can have a look at them and make your contributions there 28 | 29 | #### Non-Code files 30 | 31 | Although these files aren't that legitimate enough until you make a good and hefty contribution to them but nevermind, it's there for you to put in your offering. 32 | So, the non-code files for now are `Readme.md` and `Contributing.md` 33 | 34 | #### Heavy-Code files 35 | 36 | If you're a newbie and don't know anything about web-dev, i am sorry mate but these aren't for you. 37 | So these files are the files required to covert this project into a working website. These files are `script.js` and `project.html` 38 | 39 | ## How to contribute 40 | 41 | Check [CONTRIBUTING.md](/CONTRIBUTING.md) for details regarding contribution. 42 | 43 | ## Rules 44 | - Please be respectful to everyone. 45 | - Please don't spam. 46 | - Please don't make any changes to the README.md file. 47 | - Please read [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md). 48 | 49 | 50 | ## Suggestion 51 | 52 | This project, being open-source will always be open for valuable suggestions, which would enhance the overall quality. 53 | 54 | #### If you have any question feel free to ask me.I will be happy to help you 55 | ### And ya If you liked the repo or the project, don't forget to give it a ⭐! 56 | 57 | ## Special thanks to our contributors 🙏 58 | [Contributors.md](/Contributors.md) 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /UI UX/UI one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekGuy-29/OneStopInfo/7517d6edf386772ef1bf912c8a91481f4055effd/UI UX/UI one.png -------------------------------------------------------------------------------- /UI UX/UIUX.md: -------------------------------------------------------------------------------- 1 | > [UI For the Website](https://github.com/GeekGuy-29/OneStopInfo/blob/main/UI%20UX/UI%20one.png) 2 | 3 | > [Figma Link](https://www.figma.com/file/SybwjihFmxewjh0MkIc61W/Untitled?node-id=0%3A1) 4 | -------------------------------------------------------------------------------- /mediafiles/OneStopInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekGuy-29/OneStopInfo/7517d6edf386772ef1bf912c8a91481f4055effd/mediafiles/OneStopInfo.png -------------------------------------------------------------------------------- /mediafiles/Onestopinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekGuy-29/OneStopInfo/7517d6edf386772ef1bf912c8a91481f4055effd/mediafiles/Onestopinfo.png --------------------------------------------------------------------------------