Skip to content

ryan-serpico/covidTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

San Antonio Express-News COVID-19 tracker

Summary

This tool pulls data from the city of San Antonio's COVID-19 open data portal and formats it for use in graphics in the San Antonio Express-News' COVID-19 dashboard.

How to run

  1. Clone the repository.
  2. Install the dependencies: pip install -r requirements.txt.
  3. Run python app.py.

Backstory

Our COVID-19 dashboard has been powered by this code since the start of the pandemic. Up until now, I've been running it on a Linode server that I spun up for $5 a month. Then a colleague suggested I run it for free on GitHub using GitHub Actions ... something I did not know about.

GitHub Actions are legit.