Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajeshberwal/covid19-livedata-api
- Owner: rajeshberwal
- Created: 2020-03-24T12:14:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T12:04:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T23:59:25.052Z (over 1 year ago)
- Topics: api, coronavirus, covid-19, covid19, express, javascript, rest-api
- Language: JavaScript
- Homepage: https://covid19-livedata.herokuapp.com/
- Size: 1.55 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)