1.2.1 • Published 4 years ago

twitch-live-alerter v1.2.1

Weekly downloads
5
License
ISC
Repository
-
Last release
4 years ago

Twitch live alerter

Example usage:

const twitchLiveAlerter = require("twitch-live-alerter")
const options = { users: ["trywin", "trainwreckstv"], clientID: "twitch api client id", auth: "twitch api bearer token" }
const twitchAlerter = new twitchLiveAlerter(options)
twitchAlerter.on("live", user=>{
     console.log(`${user.user_name} is now online on https://www.twitch.tv/${user.user_name.toLowerCase()}`)
})
1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago