Skip to content

a library to create multi device experiments

License

Notifications You must be signed in to change notification settings

MicroDreamIT/swip

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 2.2%