1.0.2 • Published 8 years ago

obs-remote v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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
1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago