Download the code from the git repository and make sure you have yarn installed on your system.
- index.html file is responsible for the frontend
- temperature.js is responsible for the backend
In order to run this application, use the command yarn serve in the terminal window and
open the frontend webpage by accessing http://localhost:3000/
- express.js to create the backend server
- sockets.io for web sockets
- systeminformation to get the information about the computer from the client
- osx-temperature sensor for better macOS support from the systeminformation package
- uiGradients to choose a better CSS styling for the webpage