An open API service indexing awesome lists of open source software.

https://github.com/nasrlol/resources-tool-api

The goal of this project is to build a cross-platform System Monitor Web App. This app will allow users to log into their account via a remote or local web-page to monitor the system resources of the device. The app will allow for the collection of system information, such as CPU, RAM, and disk usage.
https://github.com/nasrlol/resources-tool-api

c golang react react-router vite

Last synced: 2 months ago
JSON representation

The goal of this project is to build a cross-platform System Monitor Web App. This app will allow users to log into their account via a remote or local web-page to monitor the system resources of the device. The app will allow for the collection of system information, such as CPU, RAM, and disk usage.

Awesome Lists containing this project

README

          

# SYNF

A tool that allows developers to monitor devices from anywhere at any time however they want.
You can find more information on the website at www.nsrddyn.com. The website is built in React.

In this repository you can find the full source code.

Everything starts at **synf-sys**.
The source of the data, written in C. With this I'm pulling the data from the users device.
A main goal of the program is to minimize the resource consumption, at the moment this has not been tested or explored yet.

The API that supports the application consists of the following routes ->

```
GET /api/data/device
GET /api/data/cpu
GET /api/data/gpu
GET /api/data/ram
GET /api/data/disk

```