0.2.1 • Published 2 years ago

@jimmyboy/emoter v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Emoter

A Library that will handle access to all Emote providers for Twitch.tv including Twitch themselves. It also includes parsing messages from twitch chat (and in general).

Installation

npm install --save @jimmyboy/emoter
# for yarn:
yarn add @jimmyboy/emoter

Usage

Main Class: Emoter

import { Emoter } from '@jimmyboy/emoter'

// Init w/ channel
const emoter = new Emoter('devjimmyboy')
// or set channel later
const emoter = new Emoter()
emoter.setChannel('devjimmyboy')