winsys
v0.0.3
Published
Gets the windows system information and returns it as an object
Downloads
17
Maintainers
Readme
WinSys
Gets the windows system information and returns it as an object Hopefully this goes without saying, but this only works on windows machines
Installation
npm install winsys
Usage
var win = require('winsys');
var obj = {};
obj = win();
console.log(obj);
//=>{windows system information}
License
MIT © Alex Brelsford