Script that checks for vaccination appointments near you
~ ❯❯❯ npm install -g vax-qc
~ ❯❯❯ vax-qc --postalCode=H0H0H0 --tolerance=5 --distance=10
postalCode- The reference postal code to search around (mandatory)tolerance- Check for appointments in the next X days (defaults to 5, optional)distance- Max distance away from postalCode in km (defaults to 10, optional)poll- Polling refresh rate in minutes (defaults to 1, optional)specificDate- Looks for appointments on a specific date in the YYYY-MM-DD format. If provided, thetoleranceoption will be ignored. (optional)