0.1.0-alpha.0 • Published 6 years ago
@identity-box/covid-19-api v0.1.0-alpha.0
COVID-19 API
COVID-19 service access point
Installation
First create a folder where you want your service api to be installed. Then install the service as follows:
$ mkdir covid-19-api
$ cd covid-19-api
$ yarn add @identity-box/covid-19-api
$ yarn setupUsage
To directly run the service, use:
./node_modules/.bin/covid-19-apiWith PM2
You can take of advantage of pm2 to start the api service. Make sure you have pm2 installed globally:
$ yarn global add pm2and ensure it is in $PATH:
export PATH=$PATH:/home/pi/.yarn/binStart service
$ pm2 start ecosystem.config.jsList all services
$ pm2 listSettings on a service
$ pm2 show covid-19-apiLogs
To show both stdout and stderr logs run:
$ pm2 logs covid-19-apiThis shows all the logs of covid-19-api and outputs the last 15 lines (the default).
To see only standard output logs, and print more lines from the output use:
$ pm2 logs covid-19-api --out --lines 150Restart process after editing ecosystem
$ pm2 delete ecosystem.config.js
$ pm2 start ecosystem.config.jsDebug application from this directory
$ ./index.js0.1.0-alpha.0
6 years ago