:art: Tilt to draw
Tilt your phone and draw on your computer. It looks something like this:
Here is an up and running version.
It is built with socket.io and CreateJS.
If you are running this locally (instructions below), please make sure your phone and your computer are under the same network.
git clone https://github.com/neolwc/tilting.git
cd tilting
npm install
npm start
And it will be up and running on localhost:3000
by default.