Get all stats, updates and help for Covid-19 India
Clone this repository and follow steps below:
git clone https://github.com/girishgr8/Covid19-India
cd Covid19-India
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
python app.py
Open this url in your browser : http://localhost:5000
- Statistics about India's Covid-19 count
- Visualise the trend graphically
- Statewise visualisation
- Districtwise zones
- India's Heatmap according to count
- Join Slack channel to get updated stats every 1 hour.
- Top and latest news update
Open to enhancements & bug-fixes 😄
- Add districtwise heatmap for each state
- Convert to PWA
This project was developed to make best use of time during Covid-19 Lockdown and explore Chart.js library, API calls and SlackBot Integration
This project is licensed under the MIT License - see the LICENSE.md file for details