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