flaviolivolsi / nodejs-youtube-crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 flavio.livolsi@gmail.com

About

License:MIT License


Languages

Language:JavaScript 100.0%