RebootJeff / cowGoesMoo

If only CVS and Walgreens built wait lists for the COVID vaccine
GNU General Public License v3.0
11 stars 3 forks source link

feat(issue 30): Use cities instead of state for CVS search #33

Closed RebootJeff closed 3 years ago

RebootJeff commented 3 years ago

Resolves #30 ...or at least it compromises by allowing specific cities to be targeted for CVS appointments rather than an entire state.

RebootJeff commented 3 years ago

TODO: Improve efficiency. This PR causes the Puppeteer browser to reload the CVS website for each city. A future PR could address this inefficiency by only loading the page once for all cities and just closing/opening the modal for each state. But when I tried doing this via await page.click('button.modal__close'), Puppeteer failed to close the modal 😭