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

https://github.com/jeffmikels/vmix-social-mobile

making vmix social more mobile friendly
https://github.com/jeffmikels/vmix-social-mobile

hacktoberfest javascript vmix

Last synced: 4 months ago
JSON representation

making vmix social more mobile friendly

Awesome Lists containing this project

README

        

# vMix Social Mobile

The vMix Social interface is nice and all, but this makes it nicer.

## Installation / Usage

```
$ git clone https://github.com/jeffmikels/vmix-social-mobile.git
$ cd vmix-social-mobile
$ npm install
$ node index.js [IP_ADDRESS_OF_YOUR_VMIX_COMPUTER]
```

Alternatively, you can put the vmix IP address in the config file:

```
$ cp config.example.js config.js
```