Skip to content

artworxgmbh/vid-io

Repository files navigation

Build Status Dependency Status devDependency Status MIT License

logo

vid-io

Video Input-Output

Usage

var myVidIo = VidIo({
  baseUrl: 'https://example.com/video',
  additionalUrlParams: {
    myParam1: 'hello',
    myParam2: VidIo.Utils.tryParseUrlParameter(window.location.href, 'myParam2')
  }
}).forElement('myVideo');

Installation

$ bower install artworxgmbh/vid-io --save

Contribute

Prerequisites

$ npm install grunt-cli karma-cli bower

Clone Repository

$ git clone https://github.com/artworxgmbh/vid-io.git

Install dependencies

$ npm install && bower install

Build project

$ grunt build

Run tests

$ grunt test

License

The project is licensed under the MIT License.