DEV Community

Joseph Geis
Joseph Geis

Posted on

2 1

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)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free β†’

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay