Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 605 Bytes

File metadata and controls

18 lines (10 loc) · 605 Bytes

Mississippi COVID Tracker

http://ms-covid-tracker.herokuapp.com/

Rationale

The State of Mississippi provides a daily table with the latest counts of total COVID cases and deaths in each county. The table doesn't show counties' new cases or deaths. This project scrapes the table each day and compares to the previous day's table to provide new cases and deaths in each county. The tables are stored so there is also a historical view of the data.

API

All data can be accessed in JSON format.

http://ms-covid-tracker.herokuapp.com/api/v1/counties

Author

Matt Culpepper

matt@culpepper.co