1.1.0 ā€¢ Published 2 years ago

bulk-covid-tests v1.1.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

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.

šŸ’‰