A very user friendly app to fetch the latest COVID-19 vaccination information from CoWin website
Demo: https://cowin-fetch.herokuapp.com/#/
- Displays the result of vaccine availability for the selections made:
- Options to search by PIN or State-District
- Option to select from date
- Option to add age filter
Select the option - Search By
- PIN - enter required PIN code of the area to search
- Click Get Data to get the data
- State
- Selected the state and then the appropriate district
- The availability data
- Fetch data automatically - Fetches the latest data every 5 seconds (Click again to stop automatic fetch)
npm install
npm run serve
npm run build