Command-line tool to bulk order free covid tests from covidtests.gov using addresses from a spreadsheet. Does some light address validation but not much.
npx bulk-covid-tests ./addresses.csv
Your CSV file should have this format.
npm install
npm start addresses.csv
Uses Playwright for browser automation.
💉