/node-disk-info

Node module to get disk information in Windows, Linux & Mac (works with Electron).

Primary LanguageTypeScriptMIT LicenseMIT

Node disk info

Node module to get disk information in Windows, Linux & Mac. It works with Electron. The library will call system command to get drives info, parse the results and load info in array. Inspired by diskinfo.

Build Status

Installation

npm install --save node-disk-info

Usage

See the example script for usage. You can run it with node example/index.js.

License

MIT