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.
STABLE : 0.2.8
DEV(ES6 compatible) : es6-webpack branch
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 of this lib can be found in the samples directory
You can execute tests related to this application with the following commands
npm install
bower install
gulp test