Coronavirus (2019-nCoV) API
Frontend can be found here 2019-ncov-frontend.
# set consumer keys and port
$ cp .env.example .env
# install dependencies
$ npm install
# serve at localhost:3000
$ npm start
# start cron
$ node runner
Coronavirus (2019-nCoV) API
Frontend can be found here 2019-ncov-frontend.
# set consumer keys and port
$ cp .env.example .env
# install dependencies
$ npm install
# serve at localhost:3000
$ npm start
# start cron
$ node runner