YouTube crawler node module with promise.
var crawl = require('youtube-crawl');
crawl('Cool cats')
.then(function(results) {
console.log(results);
})
.catch(function(error) {
console.error(error);
});
Check the LICENSE.md
file.
Copyright (c) 2017 Flavio Li Volsi [email protected]