1.0.1 • Published 8 years ago

machinider v1.0.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
8 years ago

machinider: Generate machine identifier

Build Status

This is a very simple module that generates machine identifier.

It is a thin wrapper around fingerprintjs.

Usage

Install via npm:

npm install machinider

In your code:

var machineId = require('machinider');

// Retrieve machine id
var id = machineId();

API

machineId()

Returns a machine id number.

License

BSD 3-Clause License

Copyright (c) 2015, Boris Ćeranić