0.0.4 • Published 10 months ago

kick-node-api v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

kick-node-api

Node.js library to use with Kick api

Installation

npm install kick-node-api

Usage

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.

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago