Converts seconds to hhss formatted string
npm install hhmmss
var hhmmss = require('hhmmss'); var timeString = hhmmss(256); // '04:16'
MIT License