steam-sysreq
TypeScript icon, indicating that this package has built-in type declarations

1.3.9 • Public • Published

Steam SysReq

Gets system requirement information to compare to the ones shown in Steam.

Usage

import getSteamSysReq from 'steam-sysreq';

const steamSysReq = await getSteamSysReq();

console.log(steamSysReq);

Example output:

{
  os: 'Linux 5.19.0-23-generic (Ubuntu 22.10)',
  processor: 'Intel Pentium® 6405U @ 2.40GHz',
  ram: '8 GB',
  graphics: [
    'Intel Corporation Comet Lake-U GT2 [UHD Graphics 620]',
    'NVIDIA Corporation GM108M [GeForce MX130]'
  ],
  availableDiskSpace: '644 GB'
}

Readme

Keywords

Package Sidebar

Install

npm i steam-sysreq

Weekly Downloads

2

Version

1.3.9

License

MIT

Unpacked Size

3.95 kB

Total Files

4

Last publish

Collaborators

  • voltrexmaster