Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 371 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 371 Bytes

room-temperature-rpi

Simple Node JS web application making use of rpi-temp to display the local temperature.

to run

node ./server.js

to run even when there are no active terminals

node ./server.js & Enter 'disown' to make sure the process keeps running. To stop the process, use 'ps -e | grep node' to find the correct PID, and 'kill ' to stop the process.