Skip to content

canalplus/r7extlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R7ExtLib

Easy interaction with R7 box for external webapps Include the dist/r7extlib.js file in your webapp to use it. No build process is required.

Versions

STABLE : 0.2.8

DEV(ES6 compatible) : es6-webpack branch

Build

In order to build this application on your own:

npm install
bower install
gulp

You will find your build application in the dist repository

Examples

Examples of this lib can be found in the samples directory

Tests

You can execute tests related to this application with the following commands

npm install
bower install
gulp test