machinider
Version:
Generate machine identifier
37 lines (21 loc) • 685 B
Markdown
# machinider: Generate machine identifier
[](https://travis-ci.org/borisceranic/machinider)
This is a very simple module that generates machine identifier.
It is a thin wrapper around [fingerprintjs](https://www.npmjs.com/package/fingerprintjs).
## Usage
Install via npm:
```bash
npm install machinider
```
In your code:
```js
var machineId = require('machinider');
// Retrieve machine id
var id = machineId();
```
## API
### machineId()
Returns a machine id number.
## License
[BSD 3-Clause License](https://tldrlegal.com/l/bsd3)
Copyright (c) 2015, [Boris Ćeranić](https://sosko.in.rs)