Skip to content

A Tracker to Check the availability of vaccine through pincode and buzzer in case of availability

Notifications You must be signed in to change notification settings

ayu023ban/covid-vaccine-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to covid-vaccine-tracker 👋

A Tracker to Check the availability of vaccine through pincode and buzzer in case of availability

Prerequisites

  • Git
  • Node
  • NPM

Install

  • Clone the repository through https or ssh

ssh version

git clone git@github.com:ayu023ban/covid-vaccine-tracker.git

https_version

git clone https://github.com/ayu023ban/covid-vaccine-tracker.git
  • Install the dependencies
npm install

alternatively you can also use

yarn install

Set Configurations

  • open config.js file
  • fill out your desired pincodes
  • change the duration of the checking intervals if you want (enter the values in seconds).

Usage

npm start

alternatively you can also use

yarn start

Flags

  • hide-output

    hides the message of trying again and again and only show result if it has found vaccine.
  • mute-sound

    mutes the buzzer sound on finding the vaccine.

Example Commands

  • npm start hide-output
  • npm start mute-sound
  • npm start hide-output mute-sound

Code of the web interface is in web branch


Author

👤 ayush bansal

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 ayush bansal.
This project is ISC licensed.