This script checks the availability of a specific date on a calendar, allowing you to be notified when the day is available for purchase.
It is designed solely to alert you when your desired date becomes available and will not automatically purchase tickets.
Use the package manager yarn to install project dependencies.
yarn install
For development and test propose you can use the command bellow. It will run using Nodemon
yarn start
Otherwise use
yarn check
If you want to improve this script, pull requests are welcome.