mirror of
https://github.com/danbulant/covid
synced 2026-06-19 14:41:24 +00:00
19 lines
419 B
Markdown
19 lines
419 B
Markdown
# Documentation
|
|
|
|
## Setting it up
|
|
|
|
* Clone (either using git or **hub**) this repository
|
|
* Install dependencies (`npm i`)
|
|
* Run it! (`npm start`)
|
|
|
|
## Format
|
|
|
|
Every response is in JSON and contains at least these fields:
|
|
|
|
* `code` - HTTP status code
|
|
* `type` - Type of response, see [types](TYPES.md)
|
|
* `data` - Might be missing, depends of `type`.
|
|
|
|
## Endpoints
|
|
|
|
For list of endpoints, see [ENDPOINTS.md](ENDPOINTS.md)
|