youtube-best-video

0.0.10 • Public • Published

youtube-best-video

Find the best (music) video for a song you want on YouTube

Install

The module is available via npm and can be installed as follows:
npm install youtube-best-video

Usage

var bestVideo = require('youtube-best-video');
 
bestVideo.findBestMusicVideo('Deadmau5 - Ghosts N Stuff', function(err, video) {
  if(err) return console.log(err);
 
  console.dir(video);
});

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i youtube-best-video

    Weekly Downloads

    11

    Version

    0.0.10

    License

    BSD

    Unpacked Size

    6.82 kB

    Total Files

    3

    Last publish

    Collaborators

    • maxgfeller