mixerclient

1.0.0 • Public • Published

Mixer Client

CircleCI

Mixer Client is a friendly way to interact with the Mixer API.

Installation

$ npm install mixerclient -S

Usage

let Mixer = require('mixerclient')
let mixer = new Mixer('MIXER_TOKEN_HERE')
 
mixer.on('ready', async () => {
    let channel = await mixer.join()
    channel.on('message', msg => {
        if(msg.content == 'ping') {
            msg.reply('pong!')
        }
    })
})

Further documentation can be found in the docs directory.

License

MIT

Package Sidebar

Install

npm i mixerclient

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • connormcf