/youtube-video-info

Extracts meta-information regarding a youtube video

Primary LanguageJavaScriptMIT LicenseMIT

youtube-video-info Build Status

Extracts meta-information about a youtube video.

Getting Started

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
}); 

Contributing

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.

License

Copyright (c) 2013 Andrew E. Rhyne
Licensed under the MIT license.