mirror of
https://github.com/danbulant/covid
synced 2026-06-11 19:00:30 +00:00
517 B
517 B
Documentation
Requirements
- NodeJS, tested on v12 and v13
- CURL (As other ways didn't work when testing)
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 codetype- Type of response, see typesdata- Might be missing, depends oftype.
Endpoints
For list of endpoints, see ENDPOINTS.md