/covid-19-ru-api

Crude API to get up-to-date statistics about COVID-19 status based on https://github.com/grwlf/COVID-19_plus_Russia

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Build Status

Description

Crude API to get up-to-date statistics about COVID-19 status based on https://github.com/grwlf/COVID-19_plus_Russia

Specfication (draft!)

  • /date/2020-03-27 - gets data by given date

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov