Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcreador/covid-19-rest-api
Coronavirus REST API for Current cases by country and date COVID-19
https://github.com/davidcreador/covid-19-rest-api
api-rest coronavirus covid-19 covid-data covid-virus nodejs rest-api swagger
Last synced: about 17 hours ago
JSON representation
Coronavirus REST API for Current cases by country and date COVID-19
- Host: GitHub
- URL: https://github.com/davidcreador/covid-19-rest-api
- Owner: Davidcreador
- Created: 2020-03-16T03:03:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:38:12.000Z (about 2 years ago)
- Last Synced: 2023-02-28T01:22:53.963Z (almost 2 years ago)
- Topics: api-rest, coronavirus, covid-19, covid-data, covid-virus, nodejs, rest-api, swagger
- Language: JavaScript
- Homepage: https://covid-19-rest-api.now.sh
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-19 Rest API
## Overview
- https://corona-stats.davidcreador.now.sh/
### Running the server
To run the server, run:
```
npm start
```To view the Swagger UI interface:
```
open http://localhost:5000/api-docs
```