0.1.0 • Published 11 years ago

uneeq v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Uneeq

Build Status

A tiny module to generate a unique identifier for a node process. Useful where you have multiple processes in a load balanced environment.

Installation

npm install uneeq

Usage

var uneeq = require('uneeq');
console.log(uneeq);

> 01a7f0f678cc2555dac40dfa070e09cb
0.1.0

11 years ago

0.0.0

11 years ago