obs-remote

1.0.2 • Public • Published

OBS Remote JS

OBS Remote JS is a Javascript API for OBS Remote, a plugin for Open Broadcaster Software, which can be used in browsers and NodeJS. It largely follows the API laid out in this plugin, but some callbacks have been changed for ease of use. Documentation is provided in the docs folder.

Installation and Usage

Node

npm install obs-remote

var obs = new OBSRemote();
obs.connect('localhost', 'myPassword');```
 
#####Browser (via Bower)
`bower install obs-remote`
 
```var obs = new OBSRemote();
obs.connect('localhost', 'myPassword');```
 
### License
OBS Remote JS is provided under the MIT license, which is available to read in the [LICENSE][] file.
[license]: LICENSE

Readme

Keywords

none

Package Sidebar

Install

npm i obs-remote

Weekly Downloads

15

Version

1.0.2

License

MIT

Last publish

Collaborators

  • mattmcnam