Skip to content

Latest commit

 

History

History
 
 

Covid CasesAPI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Covid 19 Tracker

AIM

To show all kinds of updates reagrding covid 19 cases. The data gets updated after every 10 minutes

Purpose

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 ...

Short description of package/script

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.

Workflow of the Project

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.

Setup Instructions

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

Outputs

Corona_Records

Author

Gaurav Kumar