Giter Club home page Giter Club logo

live-covid-vaccine-tracker's Introduction

Live Covid Vaccine Tracker

A very simple script to check real time availability of COVID vaccine by querying the offical COWIN server.

It helped me book vaccination appointment.

It queries the COWIN servers every 5 seconds and displays on screen the centers at which vaccination slots are available.


Configuration

Simply change the variable values as per your need

DISTRICT_ID
  • District in which you are looking for vaccine.
  • District ID can be easily obtained from COWIN website
  • Example: 363 is code for Pune(Maharashtra).
  • const DISTRICT_ID = 363;
DATE
  • Date for which the system will check vaccine availability
  • Format = DD-MM-YYYY
  • const DATE = '01-06-2021';
VACCINE
  • Vaccine type to look for
  • Valid values (any one): COVISHIELD or COVAXIN
  • const VACCINE = 'COVISHIELD';
AGE
  • Age group for which to look for vaccines
  • Valid values (any one): 18 or 45
  • const AGE = 18;
DOSE
  • For first dose value should be 1, for second dose value should be 2
  • const DOSE = 1;

RUN

  1. Clone this repo
  2. Run npm install to install required npm modules
  3. node launch.js to run the script
  4. Enjoy!

Known Issues

You might get "Authentication Error" message some times. Just restart the script. It works!

live-covid-vaccine-tracker's People

Contributors

prakashgudditi avatar

Watchers

 avatar

Forkers

rounakbhowmick

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.