Skip to content

REST API that provides realtime info about your server's hardware.

Notifications You must be signed in to change notification settings

exee21/my-server-status-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API that provides system information



My Server Status works thanks to Systeminformation, a Node.js library that exposes hardware status and specifications.


How to deploy

Deployment instructions.

How to develop

⚠️ The API requires root access on Windows and Linux ⚠️

  1. Clone this repository.
  2. The recommended Node.js version is v16.19.1.
  3. Run npm install.
  4. The API by default starts on port 3000. If you want to use another port, create a .env file and declare there the PORT variable with the desired port.
  5. Run npm run dev to start the API.


Created by JGeek00

About

REST API that provides realtime info about your server's hardware.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%