twitch-chatters

0.1.0 • Public • Published

Twitch Chatters

Simple Twitch chat user names grabber.

Usage

    const twitchChatters = require('twitch-chatters');
    const chatters = new twitchChatters(); // you can specify cache lifetime in ms. as argument

    chatters.get('channelName').then(function(chatters) {
        console.log(chatters);
    }).catch(function(err) {
        console.log(err);
    });

Readme

Keywords

Package Sidebar

Install

npm i twitch-chatters

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • satanch