1.0.1 • Published 11 months ago

better_kickchat.js v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

kick.js

simple api to connect to the kick chat.

get started

  • picked up your cat id
  • try :
const app = require('better_kickchat.js')
const kick = new app.default(Channel_ID)
kick.connect()
kick.on('messages', (data) => {
    console.log(data.content)
    }
)
1.0.1

11 months ago

1.0.0

11 months ago