youtube-video-info

0.0.1 • Public • Published

youtube-video-info Build Status

Extracts meta-information about a youtube info.

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.

Readme

Keywords

none

Package Sidebar

Install

npm i youtube-video-info

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • thebigredgeek