npm.io
0.0.3 • Published 4 years ago

humanize-time

Licence
MIT
Version
0.0.3
Deps
0
Size
5 kB
Vulns
0
Weekly
0
Stars
2

Humanize time

Downloads

Converts miliseconds to human-readable format.

Install

npm install humanize-time

Example

  var time = require('humanize-time')

  time(2000)    // '2s'
  time(62000)   // '1m, 2s'
  time(3662000) // '1h, 1m, 2s'

License

MIT

Keywords