0.0.4 • Published 2 years ago

kick-node-api v0.0.4

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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago