COVID-19 Tracker CLI v3 is out!

Example: root@host [~]# watch -c -n600 “curl -s -L covid19.trackercli.com/”
root@host [~]# watch -c -n600 "curl -s -L covid19.trackercli.com/us"
This will pull an update every 10 minutes (600 seconds), with watch interpreting the ANSI color codes. The -s
option to curl is necessary to suppress curl’s progress bar, so the screen renders correctly.
Another COVID-19 tracker in 3D https://covid3d.live/