A chrome extension for alerting you when you have the possibility of getting a vaccine appointment via the Giant website. It will play a youtube video in a new tab to alert you that you can make an appointment. Or, if it sees the "No appointments available" it will refresh.
- Look over the code, maybe change the video
- Navigate to chrome://extensions
- Set developer mode
- Load unpacked
- Select the GIANTVACA folder
- Enable the extension
- Navigate to the website and join the queue
If you want to get a SMS text to notify yourself. I did not get texts to start with, my spam blocker was blocking them. So you may need to turn some filters off.
- get a API key from https://textbelt.com/
- add your phone numbers and api key at the top of the content.js file
- uncomment the textMe calls in the check page function
- Save changes and follow the above install steps