Skip to content

Get a Notification for multiple pin codes once the vaccine is available.

Notifications You must be signed in to change notification settings

abhishek231293/covid-slot-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install Node and NPM - https://nodejs.org/en/download/

  2. Take code clone

  3. Goto code and run command on command line - npm install

  4. create a .env file and add below details PORT=3000

    VOICE_API_KEY="your key" VOICE_RECEIVER="ivr received id" VOICE_METHOD=dial.click2call NOTIFICATION_TO="Your mobile number to get a call"

  5. run nodemon server.js

Note:

Change the pincode and date in server.js file and get a call with picode on your mobile phone once the slot is available. // Also get the complete message on console.

Change the age accordingly on server.js file inside function isCOVIDSHIELDAvailable.

Any issue you can send email to [email protected] Screenshot (5)

Releases

No releases published

Packages

No packages published