https://github.com/abhi3315/covid-19-api
Get the latest Covid-19 information by integrating this API.
https://github.com/abhi3315/covid-19-api
covid-19-api express node
Last synced: 8 months ago
JSON representation
Get the latest Covid-19 information by integrating this API.
- Host: GitHub
- URL: https://github.com/abhi3315/covid-19-api
- Owner: abhi3315
- Created: 2020-06-27T11:59:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T04:21:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T19:58:31.631Z (9 months ago)
- Topics: covid-19-api, express, node
- Language: JavaScript
- Homepage: https://abhi3315-covid-api.herokuapp.com/
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API:
https://abhi3315-covid-api.herokuapp.com/## Getting started:
```
//Clone the directory
npm i
npm run start
```## Getting JSON data
> request method: GET> response data: JSON
#### Get global data (ordered by: countries name)
> BASE_URL/global?order_by=country_name#### Get global data (ordered by: total cases)
> BASE_URL/global?order_by=total_cases#### Get the Indian state data
> BASE_URL/india#### Get the Indian district data
> BASE_URL/india/district#### Get the cases time series of India
> BASE_URL/india/cases_time_series