https://github.com/chrismichaelps/vaccinations-covid19
💉Vaccination data provided around the world
https://github.com/chrismichaelps/vaccinations-covid19
coronavirus covid-19 covid-vaccination pandemic vaccine
Last synced: 14 days ago
JSON representation
💉Vaccination data provided around the world
- Host: GitHub
- URL: https://github.com/chrismichaelps/vaccinations-covid19
- Owner: chrismichaelps
- License: mit
- Created: 2021-04-01T00:28:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T21:39:11.000Z (over 4 years ago)
- Last Synced: 2025-03-15T03:20:24.915Z (7 months ago)
- Topics: coronavirus, covid-19, covid-vaccination, pandemic, vaccine
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
💉Vaccination data provided around the world
![]()
![]()
![]()
# Data on COVID-19 (coronavirus) vaccines
*All credits to [owid](https://github.com/owid/covid-19-data), the complete COVID-19 dataset is a collection of the COVID-19 data maintained by Our [World in Data](https://ourworldindata.org/coronavirus).*## Global vaccination data
## vaccinations()
```json
[
{
'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()
```json
{
'location': 'Chile',
'data': [
{
'0': '',
'location': 'Chile',
'date': '2020-12-24',
'vaccine': 'Pfizer/BioNTech',
'total_vaccinations': '420'
},
]
}
```## locations()
```json
{
'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()
```json
{
'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'
}
```## **:handshake: 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---
### **:busts_in_silhouette: Credits**
- [Chris Michael](https://github.com/ChrisMichaelPerezSantiago) (Project Leader, and Developer)
---
### **:anger: 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).---
### **:heart: Show your support**
Please :star: 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.---
### **:robot: Author**
_*Chris Michael*_
> You can follow me on
[github](https://github.com/ChrisMichaelPerezSantiago) · [twitter](https://twitter.com/Chris5855M)---
Copyright © Vaccinations-Covid19 2021