Automate checking for vaccine appointments
yarn install
yarn start
Sometimes a slot will fill before we get to it. In that case the browser will automatically close and searching will resume.
Use the following options to customize your search. The search coordinates default to Austin, TX.
Flag | Description | Default |
---|---|---|
--lat |
latitude of your starting location | 30.267153 |
--long |
longitude of your starting location | -97.743057 |
--distance |
distance to search (in miles) from starting location | 25 |
--types |
vaccine types to search for | Pfizer,Moderna,Janssen |
To expand your search radius and only search for the J&J/Janssen vaccine
yarn start --distance=50 --types=Janssen
To change your search location to Dallas, TX and search for the Pfizer and Moderna vaccines
yarn start --lat=32.776665 --long=-96.796989 --types=Pfizer,Moderna