1.0.11 • Published 4 years ago

slobs.js v1.0.11

Weekly downloads
51
License
Apache-2.0
Repository
github
Last release
4 years ago

SlobsJS

An easy solution to access Streamlabs OBS (SLOBS) websocket connections.

Documentation

How to use

Get Token

In Streamlabs OBS, go to Settings->Remote Control and click on the QR-Code and then on show details

Basic slobs.js example

const SlobsJS = require('slobs.js');
const slobs = new SlobsJS('http://127.0.0.1:59650/api' , 'token');

console.log( slobs.getStreamingStatus() ); //Will return 'live' or 'offline' if slobs is streaming or not.
1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

0.0.0

4 years ago

1.0.0

4 years ago