CDC changed how their JSON looks, so there will be no more updates! It was fun while it lasted!
The project goal is to track the herd immunity of the US population. Instead of looking at just vaccination numbers, it also looks at people who have recovered from COVID as well. This is just a general script with some basic math and does not take into account recovered people who have also received a vaccination.
- bash
- cURL
- jq
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- jq
sudo apt install jq
- Clone the repo
git clone https://github.com/Arkwin/US-COVID-Herd-Immunity-Tracker.git
- cd into script directory
cd US-COVID-Herd-Immunity-Tracker
- Run the script
./tracker.sh
Only function is running tracker.sh
Script is pretty much done for what it is. I will most likely feed this data into visualization software.
Distributed under the Unlicense. See LICENSE
for more information.
Kara Zajac - @kara_zajac - [email protected]
Project Link: https://github.com/Arkwin/US-COVID-Herd-Immunity-Tracker