UNPKG

covid-vaccine-tracker

Version:

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

5 lines (3 loc) 193 B
const pincodes = ["335051"]; // array of pincodes to check availability const checkingDuration = 5; // in seconds (better to have more than 2) module.exports = { pincodes, checkingDuration };