This module saves sensors and their values. These can be queried via a REST API.
- Run
npm install
if not done - Run
npm test
- Check if last line starts with
7 passing
- Run
npm install
if not done - Run attached or detached
- Attached: Run
npm start
- Detached: Run
npm start &
- Attached: Run
NOTE: Logging happens automatically, and the files are found in the log directory. If you want another log file, you can run following command: npm start 2>&1 >> $LOGFILE &