1.1.3 • Published 4 years ago
streamcompanion v1.1.3
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
- Can run StreamCompanion
- 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.