Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 601 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 601 Bytes

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