It's a simple API without any authentication with only get requests. We created it, so any developer who want to develop any project related to Corona Virus can get real-time and correct data.
Type Of Data | route |
---|---|
Global Data | /api |
Custom Search Trough Country Name | /api/country/country_name |
Total Confirmed Cases Country Wise | /api/countries |
Total Active Cases | /api/active-cases |
Total Recovered | /api/total-recovered |
Total Deaths | /api/total-deaths |
- clone repository:
git clone https://github.com/rajeshberwal/covid19-livedata-api.git
cd covid19-livedata-api
npm install
- to run locally:
npm start
- Server will run on:
http://localhost:5000
Contribute to Open Source
Connect with me on Instagram : Rajesh Berwal