This very simple node script will help notify you or your loved ones of available vaccine appointments via text message. It uses the Vaccine Spotter Very Beta API and Twilio to make this happen.
- Node JS
- Yarn
- Paid Twilio account
- Clone this package
- Run
yarn
to install the dependencies - Configure by copying
config.example.js
intoconfig.js
and update the necessary values. - Run:
node index.js
.
I use a cron job every 5 minutes on a very basic cloud instance. It works well.
There is no warranty. You're on your own.
This script is free as in beer.