This Web App gives voice + display alerts for the availability of Covid-19 Vaccination Centers in India. App doesn't have the feature for automatic booking of vaccine. Click here to see Web App. It uses COWIN API provided by Indian Government.
I have deployed this webapp it in heroku. Click here to see. {Note- It can may take some seconds for opening at starting as server is in sleep mode when there is no use}
20210608_154135.mp4
Internet is must
- First install git using terminal
pip install git
- Clone the repository using
git Clone https://github.com/rohitkujur1997/cowinvaccinationalert.git
- Get in the project repository
cd cowinvaccinationalert/
- Install all required dependencies
pip install -r requirements.txt
- Now you can run
python app.py
Open browser and enter below address Local URL: http://localhost:5000 Network URL: http://127.0.0.1:5000