An open API service indexing awesome lists of open source software.

https://github.com/edqe14/node-sc

Node implementation of StreamCompanion using its built-in WebSocket endpoints.
https://github.com/edqe14/node-sc

streamcompanion websocket-endpoints

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          


logo

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

License
Dependencies
Open Issues
Downloads


Install from NPM

## Table of contents

- [Quick Start](#quick-start)
- [Requirements](#requirements)
- [Documentation](#documentation)
- [License](#license)

## Quick Start

Install from `npm`

```text
npm i --save streamcompanion
```

Usage

```js
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](https://github.com/Piotrekol/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](https://node-sc.now.sh/) to open the documentation

## License

**This project is using MIT license © Edqe14**
[Click here](https://github.com/Edqe14/node-sc/blob/main/LICENSE) to read LICENSE.