This repository contains the source code for the Find-a-CoWIN website.
Find-a-CoWIN is a slot finder/checker for MoHFW's (India) CoWIN vaccination platform.
It uses the CoWIN Public API to get the vaccination slots data for any district in any state across India.
Visit https://faraazb.github.io/find-a-cowin/ and select your state and district to get started.
-
Multiple keyword search
-
Starred centers
-
Table and Tags view for Sessions of each center
-
Extensive filtering: Fee (Free/Paid), Age category, Vaccine (Covaxin, Covishield, Sputnik V)
-
Automatic data refresh at selected interval
- Run
yarn install
in the project directory to install all dependencies. - Run
yarn start
to run the project on a development server.