An open API service indexing awesome lists of open source software.

https://github.com/smahesh29/django-corona-updates

A django website which will give live count of corona virus cases along with maps, graphs and news.
https://github.com/smahesh29/django-corona-updates

corona coronavirus coronavirus-analysis coronavirus-real-time covid19 django-application django-corona

Last synced: 8 months ago
JSON representation

A django website which will give live count of corona virus cases along with maps, graphs and news.

Awesome Lists containing this project

README

          

# Django-Corona-Updates
A django website which will give live count of corona virus cases along with maps, graphs and news.

# Those how want's to contribute to this project [Join the Group to discuss](https://chat.whatsapp.com/I0vGR9Simf65hUmP1PdtBe)

The Base folder contains Django Poject Code.

The Web Scraping folder contains a python project which scrap data from https://www.worldometers.info/coronavirus/ In result it gives

1) Number of infected people's
2) Number of deaths
3) Number of people recovered
4) Analysis based on individual countries
5) A bar graph showing countries and number of people affected by corona virus
6) Also generate a CSV file of the report and png file of the graph

Useful Websites for Scraping :

1) WORLDOMETER: https://www.worldometers.info/coronavirus/
2) BNO News: https://bnonews.com/index.php/2020/03/the-latest-coronavirus-cases/ and https://bnonews.com/index.php/2020/03/tracking-coronavirus-real-time-visualizations/
3) JHU CSEE: https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6

Fork this repository, Django developers use the base code and add your code to it, Make a folder with your name, add your project to it and make pull request. Those who don't know django share your code by making a folder of your name.

Credits will be given to all the contributors.