/CoWin-Notifier

An automated script written in Java programming language that notifies the vaccination slot availability in India.

Primary LanguageJava

CoWin-Notifier

An automated script written in Java programming language that notifies the vaccination slot availability in India.

Prerequisite:

Running it locally:

  1. Clone this repository.
git clone https://github.com/vanshajpahwa07/CoWin-Notifier.git
  1. Move to the project folder and locate the file 'ReadData.java'.
  2. Run the following commands
javac ReadData.java;

javac is a command used to compile Java programs.

java ReadData;

Running it on Eclipse IDE:

  1. Clone this repository and open the project folder in Eclipse IDE.
  2. Right click on the project folder and click on 'Run as Java Application'.