server-uptime
v1.0.0
Published
Get the current server uptime
Downloads
10
Maintainers
Readme
server-uptime
Get the current server uptime
Install
$ npm install server-uptime
Usage
const serverUptime = require('server-uptime');
console.log(serverUptime);
$ npm start
#=> { hours: 13, minutes: 34, seconds: 54 }
License
MIT © Victor Nizeyimana