0.1.4 • Published 5 years ago

getyoutubesubscriber v0.1.4

Weekly downloads
19
License
MIT
Repository
github
Last release
5 years ago

getYoutubeSubscriber

npm.io npm.io npm.io

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.

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago