winsys
Version:
Gets the windows system information and returns it as an object
23 lines (17 loc) • 608 B
Markdown
## WinSys
[](https://www.npmjs.com/package/strip_character)
[](http://npmjs.org/winsys)
> Gets the windows system information and returns it as an object<br>
> Hopefully this goes without saying, but this only works on windows machines
## Installation
```npm install winsys```
## Usage
```js
var win = require('winsys');
var obj = {};
obj = win();
console.log(obj);
//=>{windows system information}
```
## License
MIT © [Alex Brelsford](abrelsfo.github.io)