Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

youtubesubs-count-v1

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtubesubs-count-v1

A module to retrieve youtube subscription count, videos count, total views count etc of a particular youtube channel.

  • 1.0.9
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

YouTube Subscription, Video & View Count

A module to retrieve youtube subscription count, videos count, total views count etc of a particular youtube channel.

Usage

npm i youtubesubs-count-v1

import { youtubeSubsFn } from 'youtubesubs-count-v1' 

youtubeSubsFn('YOUTUBE_CHANNEL_ID','GOOGLE_API').then((data)=>{
        // console.log(data')
    }).catch((error)=> {
        // console.log(error)
    })

OR

var youtubeData = require('youtubesubs-count-v1')

youtubeData.youtubeSubsFn('YOUTUBE_CHANNEL_ID','GOOGLE_API').then((data)=>{
        // console.log(solve)
    }).catch((error)=> {
        // console.log(error)
    })

Twitter 'YOUTUBE_CHANNEL_API' are generally retrievable, whether through their youtube channel url or through API. Go through the documentation to create 'GOOGLE_API'.

Keywords

FAQs

Package last updated on 24 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc