getyoutubesubscriber
v0.1.4
Published
Simply get the number of subscriber count of user
Downloads
127
Maintainers
Readme
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.