Generate machine identifier
npm install machinider
This is a very simple module that generates machine identifier.
It is a thin wrapper around fingerprintjs.
Install via npm:
``bash`
npm install machinider
In your code:
`js
var machineId = require('machinider');
// Retrieve machine id
var id = machineId();
``
Returns a machine id number.
Copyright (c) 2015, Boris Ćeranić