An automated script written in Java programming language that notifies the vaccination slot availability in India.
- JDK (Java Development Kit)
- Eclipse IDE
- Clone this repository.
git clone https://github.com/vanshajpahwa07/CoWin-Notifier.git
- Move to the project folder and locate the file 'ReadData.java'.
- Run the following commands
javac ReadData.java;
javac is a command used to compile Java programs.
java ReadData;
- Clone this repository and open the project folder in Eclipse IDE.
- Right click on the project folder and click on 'Run as Java Application'.