cht8687 / nsw-vaccine-tracker

small termal program to track available slots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vaccine Tracker

exmple output

Step1: login to nswhavam.health.nws.gov.au

Step2: find the api call to https://nswhvam.health.nsw.gov.au/api/sn_vaccine_sm/appointment/availability using Chrome network debugging tool when you select a center api call

Step3: create a .env file copy the cookies and user_token from the header of above call

Step4: replace defaultPayload on line 19 in /api/index.js with your request payload from above api call

About

small termal program to track available slots


Languages

Language:JavaScript 99.6%Language:Shell 0.4%