-
GET /control-schema
Get input schema -
POST /control-schema
Set input schema -
GET /controls
Get control values -
POST /controls
Set 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-watch
cd /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