Package Exports
- youtube-duration-format
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (youtube-duration-format) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
youtube-duration-format 
Format the duration returned by google youtube data api as human understandable
Install
$ npm install --save youtube-duration-format
Usage
var ytDurationFormat = require('youtube-duration-format');
var youtubeTime = "PT15M31S";
var duration = ytDurationFormat(youtubeTime);
console.log(duration);
// => 15:31