sources added
authorebelcrom <ebelcrom@gmail.com>
Sat, 2 Nov 2019 23:46:18 +0000 (00:46 +0100)
committerebelcrom <ebelcrom@gmail.com>
Sat, 2 Nov 2019 23:46:18 +0000 (00:46 +0100)
commit06310a54810d779a323bb6cf1fa7b4769ae92700
treebfd3e0d19001fda3ba409b1e8f645f59621000c3
parentf3a07357778e0d3859a65827871f07ddeadf3cc2
sources added
23 files changed:
.gitignore [new file with mode: 0644]
app.js [new file with mode: 0644]
bin/www [new file with mode: 0755]
init/initdb.js [new file with mode: 0644]
lib/dblib.js [new file with mode: 0644]
lib/logger.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
public/images/closed.jpg [new file with mode: 0644]
public/images/moving.jpg [new file with mode: 0644]
public/images/open.jpg [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/stylesheets/style.css [new file with mode: 0644]
routes/index.js [new file with mode: 0644]
routes/v1/control.js [new file with mode: 0644]
routes/v1/events.js [new file with mode: 0644]
routes/v1/status.js [new file with mode: 0644]
routes/v1/test/control.js [new file with mode: 0644]
routes/v1/test/events.js [new file with mode: 0644]
routes/v1/test/settings.js [new file with mode: 0644]
routes/v1/test/status.js [new file with mode: 0644]
spec/garnod.json [new file with mode: 0644]
spec/garnod.yaml [new file with mode: 0644]