Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajeshberwal/covid19-livedata-api

A simple api for live update of covid19 virus
https://github.com/rajeshberwal/covid19-livedata-api

api coronavirus covid-19 covid19 express javascript rest-api

Last synced: 9 days ago
JSON representation

A simple api for live update of covid19 virus

Awesome Lists containing this project

README

        

# Covid19 Live-Data API

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.

#### Contribute to it make it better for developers

### Routes

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

## Usage

1. clone repository: `git clone https://github.com/rajeshberwal/covid19-livedata-api.git`
2. `cd covid19-livedata-api`
3. `npm install`
4. to run locally: `npm start`
5. Server will run on: `http://localhost:5000`

#### All the data updates after a short period of time

Contribute to Open Source

Connect with me on Instagram : [Rajesh Berwal](https://www.instagram.com/imrajeshberwal/)