2.1.1 • Published 7 years ago

vmw-kiyoh-wrapper v2.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

vmw-kiyoh-wrapper

npm.io npm.io

Index

Installation

Install via npm or yarn

npm i vmw-kiyoh-wrapper

usage

Example 1:

Set the review score in an element.

let VmwKiyoh = require('vmw-kiyoh-wrapper').VMWKiyoh;

Kiyoh = new VmwKiyoh();

Kiyoh
    .liveData()
    .parseData()
        .then( () => {
            Kiyoh.target = '#selector'
            Kiyoh.sendData('total_score')
        })
2.1.1

7 years ago

2.1.0

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago