Skip to content

kramitox/SlobsJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Discord server NPM version NPM downloads Patreon

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.

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors 3

  •  
  •  
  •