getyoutubesubscriber

0.1.4 • Public • Published

getYoutubeSubscriber

Quickly get number of subscribers of youtube account. Don't need to get an API key, just implement and it just works

Usage

 
const getYoutubeSubscriber = require('getyoutubesubscriber')
 
getYoutubeSubscriber('Here place channel ID').then((data) => {
   console.log(data) // log subscriber count 
});
 

It's an asynchronous function, so it doesn't block other processes.

Package Sidebar

Install

npm i getyoutubesubscriber

Weekly Downloads

23

Version

0.1.4

License

MIT

Unpacked Size

1.55 kB

Total Files

4

Last publish

Collaborators

  • adamsiekierski