Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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