Extracts meta-information about a youtube video.
Install the module with: npm install youtube-video-info
var yvi = require('youtube-video-info');
yvi('ZGGWy8G-GA').then(function(data){ //video id 'ZGGWy8G-GA'
console.log(data); //spits out JSO meta data about the video
}); In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Copyright (c) 2013 Andrew E. Rhyne
Licensed under the MIT license.
