kick-node-api
v0.0.4
Published
Node.js library to use with Kick api
Readme
kick-node-api
Node.js library to use with Kick api
Installation
npm install kick-node-apiUsage
import { getChannelData, getChatroomMessagesByChannelId } from "kick-node-api";
// returns channel info
const data = await getChannelData("xQc");
// gets every chat message from the stream
getChatroomMessagesByChannelId(res.chatroom.id, (message) => {});Contributing
Pull requests are welcome.
