Skip to content

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

Notifications You must be signed in to change notification settings

vanshaj-pahwa/CoWin-Notifier

Repository files navigation

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'.

Releases

No releases published

Packages

No packages published

Languages