loop54-js-lib
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "loop54-js-lib", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "JS lib for Loop54 easy frontend implementation.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -10,10 +10,16 @@ | ||
- Can be used as module and also includes compiled browser lib: ./lib/loop54-js-lib.js | ||
Usage: | ||
- Demo implementation using this lib and further example code can be found under npm: loop54-js-demo | ||
- Can be used as module: var lib = require('loop54-js-lib'); | ||
- Also includes compiled browser lib | ||
-- path: ./lib/loop54-js-lib.js | ||
-- when included in html it will be exposed as: global.Loop54 | ||
Developer testing: | ||
API: | ||
Demo implementation using this lib and further example code can be found under npm: loop54-js-demo. | ||
Install: | ||
- Git clone repo or | ||
- 'npm install --save loop54-js-lib' | ||
@@ -20,0 +26,0 @@ |
28
38873
11
1177