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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    16
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    16
  • 0.1.3
    0
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i getyoutubesubscriber

Weekly Downloads

16

Version

0.1.4

License

MIT

Unpacked Size

1.55 kB

Total Files

4

Last publish

Collaborators

  • adamsiekierski