This is an API for fetching the recent Covid-19 data regarding the total cases, country-wise,till date of most
of the countries/other.
This API is basically made up of two parts :
* Python
* Node JS
Link of API [Json File] :
http://www.kalihackz.tech/kalihackz/covidcountrydata/
[Mostly Back-End . Only the end result that is a JSON file is shown as viewable part on browser.It is basically used as API]
Need some modules for python :
- BeautifulSoup -
pip3 install beautifulsoup4
- json -
Comes pre-installed with python3
- requests -
pip install requests