1.0.0 • Published 7 years ago
unityuptime v1.0.0
UnityUptimeNPM
A simple way to get the up-time of your NodeJS process with nice formatting.
Make a suggestion to improve UnityUptime here.
Installation
NPM
npm i unityuptime
(Alternative) Yarn
yarn add unityuptime
Usage
.compact()
Displays the uptime of the process in a compact format (HH:MM:SS
).
.extended()
Displays the uptime of the process as a sentence (00 Hours, 00 Minutes, and 00 Seconds
).
1.0.0
7 years ago