Web application for monitoring and interacting with a Raspberry Pi based on Express (WIP)
Note: This project depends on nodejs (I've been developing using v10.15.2)
Clone this repo and execute (within it's folder):
npm install express --save
to install the Express web servernpm install
to install all required modules
Once this completes run the server using npm start
. It listens on port 3000.