ChrisMichaelPerezSantiago / vaccinations-covid19

💉Vaccination data provided around the world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💉Vaccination data provided around the world

Maintenance License: MIT

Data on COVID-19 (coronavirus) vaccines

All credits to owid, the complete COVID-19 dataset is a collection of the COVID-19 data maintained by Our World in Data.

Global vaccination data

vaccinations()

[
  {
    'country: 'United States',
    'iso_code': 'USA',
    'data': [
      {
        'date': '2021-03-29',
        'total_vaccinations': 145812835,
        'people_vaccinated': 95015762,
        'people_fully_vaccinated': 52614231,
        'daily_vaccinations_raw': 2350144,
        'daily_vaccinations': 2757586,
        'total_vaccinations_per_hundred': 43.6,
        'people_vaccinated_per_hundred': 28.41,
        'people_fully_vaccinated_per_hundred': 15.73,
        'daily_vaccinations_per_million': 8245
      }
    ]
  }
]

vaccinationsByManufacturer()

{
  'location': 'Chile',
  'data': [
    {
      '0': '',
      'location': 'Chile',
      'date': '2020-12-24',
      'vaccine': 'Pfizer/BioNTech',
      'total_vaccinations': '420'
    },
  ]
}

locations()

{
  '0': '',
  'location': 'Albania',
  'iso_code': 'ALB',
  'vaccines': 'Pfizer/BioNTech',
  'last_observation_date': '2021-03-27',
  'source_name': 'Ministry of Health',
  'source_website: 'https://coronavirus.al/lajme/covid19-ministria-e-shendetesise-1827-te-vaksinuar-3070-testime-550-te-sheruar-425-raste-te-reja-dhe-12-humbje-jete-ne-24-oret-e-fundit/'
}

usaVaccinations()

{
  'date': '2021-01-12',
  'location': 'Alabama',
  'total_vaccinations': '78134.0',
  'total_distributed': '377025.0',
  'people_vaccinated': '70861.0',
  'people_fully_vaccinated_per_hundred': '0.15',
  'total_vaccinations_per_hundred': '1.59',
  'people_fully_vaccinated': '7270.0',
  'people_vaccinated_per_hundred': '1.45',
  'distributed_per_hundred': '7.69',
  'daily_vaccinations_raw': '',
  'daily_vaccinations': '',
  'daily_vaccinations_per_million': '',
  'share_doses_used': '0.207'
}

🤝 Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

👥 Credits


💢 Troubleshootings

This is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may not be a good fit for your project(s).


❤️ Show your support

Please ⭐ this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.


🤖 Author

Chris Michael

You can follow me on github · twitter


Copyright © Vaccinations-Covid19 2021

About

💉Vaccination data provided around the world

License:MIT License


Languages

Language:JavaScript 100.0%