Code Monkey home page Code Monkey logo

cowin-notifier-on-availability's Introduction

Cowin Notifier on availability

This is a small node application, which notifies your laptop when there is the availability of covid vaccination slots in your preferred area Pin code and date. Cowin is a government website where the Indians are supposed to book slots to get vaccinated.

Output (See the notif on right top corner)

Screenshot 2021-05-05 at 12 32 49 PM

How to run?

  • Make sure node is install in your machine
  • Clone this and run npm install
  • run node index.js
  • Yayy your application is running, and wait for notification.
  • You can search by Pin code or in whole district
  • You can change the Pin code and date configuration in the file config.json

config.json

{
    "RE_CHECK_AFTER_SECONDS": 4,                             // Re trigger the check, after these many seconds
    "PIN_CODE": 271801,                                      // Your are pin code
    "DISTRICT_ID": 670,                                      // this is Lucknow district id, if you set 0, this will search by mentioned pin code
    "MINIMUM_AGE_LIMIT": 45,                                 // Minimum age limit to search the slot for
    "CHECK_FROM_THIS_AND_NEXT_SEVEN_DAYS": "05-05-2021",     // Set from which date you want to check for availability
    "NOTIFY_WHNE_AVAILABILITY_CAPACITY_IS_GREATER_THAN": 1   // Set filter, how many availability you need.
}

How to get District Id

image

  • Open district-id.json
  • Find your district and get the id
  • Put the district id in config.

cowin-notifier-on-availability's People

Contributors

haldarmahesh avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.