server-uptime

1.0.0 • Public • Published

server-uptime Build Status

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

Package Sidebar

Install

npm i server-uptime

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

2.5 kB

Total Files

6

Last publish

Collaborators

  • victornizeyimana