This is a visualisation touch screen app for SP house 14.
Upload the html/
directory to a web server. Configure CouchDB’s
[cors]
section so that credentials = true
and origins
contains
the web server (e.g. http://example.com
).
Access html/index.html
through the web server using Google Chrome.
Run ./remote.js
(requires Node). To reload all clients, run
curl http://localhost:8002/reload
The structure of all code involved in this project:
To understand the client code, get comfortable with using d3.js with
SVG. Then read the scripts in coffee/
using a Markdown viewer,
like the GitHub website.