os-on-screen-time
v1.2.0
Published
helps to show the uptime of pc
Downloads
51
Maintainers
Readme
os-on-screen-time
Helps to show the uptime of pc in sec, hours, days.
You might also be interested in Node.js’s native os.uptime() method.
Install
> npm i os-on-screen-timeUsage
> const Uptime = require('os-on-screen-time')
> const Ut = new Uptime()
> Ut.time()