Skip to content

tracker1/node-uuid4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuid4

A Node.js module for generating and validation V4 UUIDs

Install

$ npm install uuid4

Usage

var uuid4 = require('uuid4');

// Generate a new UUID
var id = uuid4();

// Validate a UUID as proper V4 format
uuid4.valid(id);  // true

License

ISC License

About

UUID v4 Generator for Node.js

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors