npm.io
1.1.2 • Published 6 years ago

osinfor

Licence
ISC
Version
1.1.2
Deps
0
Size
1 kB
Vulns
0
Weekly
0

Os information Checker

Usage

    npm install osInfor
In your code editor write
    let osinfor = require('osInfor');
    let infomation = osinfor.osInfo();
    // you will now have your operating system specs stored in the osinfor variable
    console.log(infomation);