1.1.3 • Published 3 years ago

streamcompanion v1.1.3

Weekly downloads
43
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

Table of contents

Quick Start

Install from npm

npm i --save streamcompanion

Usage

const StreamCompanion = require('streamcompanion');
const options = {
  host: 'localhost',
  port: 20727,
  proto: 'http',
  watchTokens: [],
  listeners: {
    tokens: true,
    mapData: true,
    liveData: false
  }
};
const SC = new StreamCompanion(options);
// Use SC

Requirements

  1. Can run StreamCompanion
  2. Node 12+

Important

If you can't connect to Stream Companion, go to Settings/Web Overlay and click Enable remote access

Documentation

Click Here to open the documentation

License

This project is using MIT license © Edqe14
Click here to read LICENSE.

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago