Skip to content

IAmArthurAdams/cputemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU Temperature Meter

Installation:

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

Run:

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/

External packages/frameworks used:

  • 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

About

Measures CPU temperature constantly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published