Skip to content

kpranjal2047/Cowin-Status-Tracker-GUI

Repository files navigation

This application allows you to view available vaccination slots for a pin code or district. If slots are available it can show a toast notification. You can also download vaccination certificate using this application.

Usage

The application runs through Gradle and requires JDK17 SDK to run. Make sure you have set up Java correctly before running the application. You can download JDK17 from here - Windows Installer , Linux Deb.

Steps to run

  1. Clone the repository into your system.
  2. Open terminal in the cloned folder and type .\gradlew run (for Windows) or ./gradlew run (for Linux)

Note: You can verify Java version from your terminal by running java --version. It should output something like

java 17.0.2 2022-01-18 LTS
Java(TM) SE Runtime Environment (build 17.0.2+8-LTS-86)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.2+8-LTS-86, mixed mode, sharing)

Created By

Kumar Pranjal (GitHub)

About

JavaFX application to get updates on covid vaccination slots

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published