The counties.ts file contains an array of county's names and fips code. You should change these to the counties you are interested in.
You'll need to have some environment variables set for Pushover.
cp .env-sample .envMake changes to .env
To get county counts and get notifications run with:
deno run --allow-net --allow-read --allow-env index.tsIf you plan to use GitHub actions to check counts and send notifications you'll need to set valid PUSHOVER_TOKEN and PUSHOVER_USER tokens set in your repository secrets for your fork of this repo.