Skip to content

CLI application to get the worlwide and country specefic details regarding the COVID-19 cases.

Notifications You must be signed in to change notification settings

kaz-inmate/CoronaCLIApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoronaCLIApp

CLI application to get the worlwide and country specefic details regarding the COVID-19 cases. The Api used for the fetching the data is here.

Getting started

  • Get a api key required from rapidapi

  • Clone the repo and open it in your text editor

  • Add your rapid api and host key to the headers in corona.py

Commands

1. There are 2 commands available.

2. Run corona.py --total from the terminal to get the worldwide data.

3. Run corona.py --get [iso country code] to get the data of particular country.

You can find the ISO country codes here.

Example

* python corona.py --total (displays worldwide information)
* python corona.py --get CHN (displays China's Covid-19 info)

About

CLI application to get the worlwide and country specefic details regarding the COVID-19 cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages