-
GET /control-schemaGet input schema -
POST /control-schemaSet input schema -
GET /controlsGet control values -
POST /controlsSet control values - Weighted average for control values
- Control values decay
- Query server for current schema
- Build GUI controls from schema
- Push values to server
- Look pretty
Run make to print help.
cd /path/to/project
# Install Node
sudo apt-get install nodejs-legacy
# Install deps
make install
# Start server (dev mode)
make start
# Run tests
make test
make test-watchcd /path/to/project
# Install Node
sudo apt-get install nodejs-legacy
# Install deps
make install
# Install and start the app as a service
make service-install # Be sure to read the output!
make service-start