1.0.2 • Published 3 years ago

isyoutubelive v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

:floppy_disk: Installation

npm i isyoutubelive

:feet: Usage

const islive = require("isyoutubelive");

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

🍕 Sample

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago