1.0.0 • Published 9 years ago

asm-cpuid v1.0.0

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

##About

A super simple module for getting the cpuid of a computer.

###Usage Simply install:

npm install asm-cpuid

Call the module:

 var cpuid = require("asm-cpuid");
console.log(cpuid());

Example output:

 [ 13, 132675, 1979931527, 0, 469228722 ]
1.0.0

9 years ago