Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 370 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 370 Bytes

youtube-crawl

YouTube crawler node module with promise.

Usage

var crawl = require('youtube-crawl');

crawl('Cool cats')
  .then(function(results) {
    console.log(results);
  })
  .catch(function(error) {
    console.error(error);
  });

License

Check the LICENSE.md file.

Copyright (c) 2017 Flavio Li Volsi [email protected]