descriptionA garage door monitoring application.
last changeTue, 30 Mar 2021 20:04:32 +0000 (22:04 +0200)
readme

garnod.git

This is the garage node server application.

Getting started

These instructions let get you a copy of the project and running it on your local machine.

Installing

Get the project using git:

git clone https://binomiant.duckdns.org/MpqU9XX8/garnod.git

Install required packages:

cd garnod.git
npm install

Setup your mongodb database:

node init/initdb.js

Now you can start the server:

npm start

To see debug information of express type

DEBUG=*
before the command, to see debug information of the application set the environment variable
LOGLEVEL=debug
.

shortlog
2021-03-30 ebelcromMQTT client added master
2021-03-30 ebelcromytdl and dependencies removed
2021-03-23 ebelcromgpio inverted no-cdoor v1.0.0
2020-03-06 ebelcromdoor opening locked
2020-03-06 ebelcromtimestamp in notification message added
2020-03-01 ebelcromdocumentation updated
2020-02-26 ebelcromspec and .gitignore updated
2020-02-16 ebelcromcleaned up
2020-02-09 ebelcromwabcam lib added
2020-02-09 ebelcromfirst working version
2020-01-19 ebelcromchaching disabled, notification with icon and message now
2019-12-26 ebelcromCORS added
2019-12-26 ebelcromtest feature implemented comletly
2019-11-02 ebelcrommongodb driver version downgraded
2019-11-02 ebelcrombinary renamed to garnod
2019-11-02 ebelcromsources added
...
tags
4 years ago v1.0.0 v1.0.0
heads
4 years ago master
4 years ago no-cdoor