Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 204 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 204 Bytes

HR Dataservice Rest API

Install:

npm install

Run

node index.js

Or run with pm2:

pm2 start index.js --name="hrds" --log-date-format "YYYY-MM-DD HH:mm Z"