asm-cpuid
v1.0.0
Published
This package uses the CPUID asm code to return the 4, 32bit values of the cpu
Downloads
13
Readme
##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 ]