0.0.4 • Published 3 years ago

kick-node-api v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years 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

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago