/bulk-covid-tests

Bulk order free covid tests from covidtests.gov with addresses from a spreadsheet

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

bulk-covid-tests

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.

Usage

npx bulk-covid-tests ./addresses.csv

Your CSV file should have this format.

Development

npm install
npm start addresses.csv

Uses Playwright for browser automation.

💉