youtube-crawl

0.0.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i youtube-crawl

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • flaviolivolsi