1.0.0 • Published 7 years ago

unityuptime v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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