spci-libs
v0.0.12
Published
The project consists of a set of libraries for obtaining system information.
Readme
spci-libs
About
The project consists of a set of libraries for obtaining system information. Each library includes a collection of methods designed to gather various parameters and characteristics of the system.
This project doesn't include all parts of the system. If you want more info about the system, i suggest using systeminformation.
Supported modules
USB
- The documentation for USB devices can be found here
RAM
- The documentation for RAM can be found here
PCI
- The documentation for PCI devices can be found here
Wallpapers
- The documentation for RAM can be found here
Install
yarn install spci-libsUsage in code
import { Usb } from 'spci-libs';
const myUsbDevices = async() => {
const usb = new Usb();
const devices = await usb.getDevices();
console.log(devices);
};Usage in terminal
- Install dependencies
yarn - Build lib
yarn build - Run playground
yarn start
License
Further details see LICENSE file.
Contact
If you have any questions, suggestions, or issues, please create an issue in the GitHub repository or contact me at [email protected].
Credits
A big thanks to:
- systeminformation - Library based and inspired on systeminformation
