pramendra / swip

a library to create multi device experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DISCLAIMER

This is a very early version of Swip.js. If the app doesn't respond you might have to reload the browser or restart the server. It works best if you create a separate wireless network to connect multiple devices with your swip.js application

Installation

You need node >= 6.x to run swip. To use swip you need to install its dependencies, the dependencies for the demos and build the client library. You can just run the commands below:

npm install
cd examples/golf
npm install
cd ../particles
npm install
cd ../..
npm run build

Examples

Particles

Enter the following command to run the particles demo:

npm run particles

Golf

Enter the following command to run the golf demo:

npm run golf

About

a library to create multi device experiments

License:MIT License


Languages

Language:JavaScript 97.8%Language:CSS 2.2%