Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 3.13 KB

README.md

File metadata and controls

46 lines (30 loc) · 3.13 KB

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:http://www.kalihackz.tech/kalihackz/covidcountrydata/

IP:40.88.137.55

PORT:7000

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]

Language Usage
Is used for Web Scrapping or Digging up datas from other websites.Then is used for making a JSON file from the collected datas. version:3.8.0
Is used for hosting the JSON file as API for other purposes.version:14.8.0

Need some modules for python :

  • BeautifulSoup - pip3 install beautifulsoup4
  • json - Comes pre-installed with python3
  • requests - pip install requests

Screenshot Of Covid-19_Data_API: Tue Dec 15 08:35:36 PM