Skip to content

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

Notifications You must be signed in to change notification settings

redReno/room-temperature-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published