youtube-crawl
v0.0.1
Published
Node.js YouTube crawler without API key usage
Downloads
4
Maintainers
Readme
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]