Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sastels/first-dose
Compare Canada's vaccination rollout to other countries.
https://github.com/sastels/first-dose
canada-covid-19 covid-19 vaccine-tracker
Last synced: 8 days ago
JSON representation
Compare Canada's vaccination rollout to other countries.
- Host: GitHub
- URL: https://github.com/sastels/first-dose
- Owner: sastels
- Created: 2021-05-19T00:03:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T20:37:15.000Z (almost 3 years ago)
- Last Synced: 2023-03-01T11:35:55.813Z (over 1 year ago)
- Topics: canada-covid-19, covid-19, vaccine-tracker
- Language: Jupyter Notebook
- Homepage: https://sastels.github.io/first-dose/
- Size: 6.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Historical first dose curves
Comparing Canada's vaccination rollout with other countries.
Data from [Our World in Data](https://github.com/owid/covid-19-data).
### Create JavaScript environment
`yarn install`
## Run app locally
`yarn start`
## Update data and deploy to Github pages
`sh update.sh`
## Deploy cloud functions
`cd functions && yarn deploy`