Skip to content

NPM Module to check whether youtube channel is live stream or not . WITHOUT YOUTUBE API KEY

Notifications You must be signed in to change notification settings

amith-vp/isyoutubelive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm GitHub issuesnpm npm bundle size NPM

isyoutubelive

NPM

NPM Module to check whether youtube channel is live or not . WITHOUT YOUTUBE API KEY
Return object with live status, video title,video url.

💾 Installation

npm i isyoutubelive

🐾 Usage

const islive = require("isyoutubelive");

islive("CHANNEL_ID").then((res) => {
    console.log(res); 
  })

🍕 Sample

About

NPM Module to check whether youtube channel is live stream or not . WITHOUT YOUTUBE API KEY

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published