Skip to content
/ node-sc Public

Node implementation of StreamCompanion using its built-in WebSocket endpoints.

License

Notifications You must be signed in to change notification settings

Edqe14/node-sc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Node implementation of StreamCompanion using its built-in WebSocket endpoints.

License Dependencies Open Issues Downloads
Install from NPM

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.

About

Node implementation of StreamCompanion using its built-in WebSocket endpoints.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published