nioto > Wink.JS

Wink.JS Api Client

Compiling Wink.JS

Generate your script

How to use Wink.JS

Run a demo example

Todo

Version history

Compilation

If you really want to compile the sources, this is how you do it

Use maven

Just retrieve the source of the project

git clone https://github.com/nioto/wink.js.git

and run

mvn package

The jar will be in the target/ directory

Note :

The pom.xml use Wink v.1.3.0, if you want to use Wink v.1.2.1-incubating just replace, in pom.xml, the part :

<wink.version>1.3.0</wink.version>

by

<wink.version>1.2.1-incubating</wink.version>