/guidify

Globally unique identifier for nodejs.

Primary LanguageJavaScriptMIT LicenseMIT

Guidify

travis

  • Globally unique identifier for nodejs.

Quick start

Let's generate a new Guid instance.

 var guidify = require("guidify");

console.log(guidify());

Installation

You can use npm to install guid: npm install guidify