1.0.1 • Published 1 year ago

discord-yt-live v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

npm GitHub issuesnpm npm bundle size NPM

NPM

A NPM pakage to allows user to post annouuncements on Discord when a youtube streamer goes live. WITHOUT YOUTUBE API KEY Return object with live status, video title,video url and Thumbnail.

💿 Installation

npm i discord-yt-live

🙌 Usage

const { isYtLive } = require('discord-yt-live')

const channelID = 'UCAW-NpUFkMyCNrvRSSGIvDQ'
const thumbnail = true

isYtLive(channelID, thumbnail).then((data) => {
    console.log(data)
})

✅ Sample