machinider
v1.0.1
Published
Generate machine identifier
Maintainers
Readme
machinider: Generate machine identifier
This is a very simple module that generates machine identifier.
It is a thin wrapper around fingerprintjs.
Usage
Install via npm:
npm install machiniderIn your code:
var machineId = require('machinider');
// Retrieve machine id
var id = machineId();API
machineId()
Returns a machine id number.
License
Copyright (c) 2015, Boris Ćeranić
