asm-cpuid

1.0.0 • Public • Published

##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 ]

Readme

Keywords

Package Sidebar

Install

npm i asm-cpuid

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • penagwin