DEV Community

Joseph Geis
Joseph Geis

Posted on

COVID Counter (Coronavirus Case Counter)

I created a website that scrapes data off health agency websites and presents the number of COVID-19 cases in said jurisdictions. So far, I only have support for Orange County, CA (where I live), but I would like to add more, but would like suggestions from people who would use it.

It is live at covid.josephgeis.dev, and the source code is available on GitHub.

The front-end is static HTML/CSS, no JavaScript. The server-side is written in Python, and utilizes Flask for the routing. Each locale is a subclass, so then it is easy to manage, and less code to write.

I'm working on writing tests and documenting my code, and would like contributors. If you are interested, go check it out, and be sure to Star and Watch it on GitHub for updates on contributing.

Stay safe!

Top comments (0)