humanized-duration
Display durations in short yet human readable way.
How to install
npm
npm install humanized-duration
bower
bower install humanized-duration
How to use
NodeJS
var humanized_duration = ;
Browser
var humanized_duration = windowhumanized_duration;
Examples
// 59s // 1m // 58m 59s // 59m // 59m 59s // 1h // 6d 23h // 1w // 5d 23h 59m // 6d 23h 59m 59s