ee-machine-id

1.0.3 • Public • Published

ee-machine-id

Creates a unique id for the machine this is running on. The id is created using all mac addresses of the system, the cpu model and the systems total memory amount. the id is returned in form of a md5 hash.

 
import machineId from 'ee-machine-id';
 
// get id
const id = machineId(); 
 
console.log(id) // 693d3ea0bbf68c98e08da139ff0f412b

Requires es6 modules!

Readme

Keywords

Package Sidebar

Install

npm i ee-machine-id

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

3.66 kB

Total Files

7

Last publish

Collaborators

  • ee