To show all kinds of updates reagrding covid 19 cases. The data gets updated after every 10 minutes
To get useful information regarding the records of covid 19 cases from disease.sh API, like:
- Total Number of cases till now.
- Total Number of cases today
- Total Number of Deaths Today.
- Total Active cases
- Total Critical cases
and many more ...
Libraries used in this project are:
requests
:- To get an API call from the website.json
:- To convert the json data that we got from API to python data.
This project follows the following steps:
- Importing relevant libraries
- Making an API call
- Converting json data to python data
- Accessing the python data to show the records.
In order to run this code in your system, one needs to make sure that relevant libraries are installed, use the following commands for installation:
pip install requests
pip install json