0.0.3 • Published 8 years ago

winsys v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

WinSys

npm version NPM downloads

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

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago