Skip to content

satnami/guid4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUID4

[![build status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][downloads-url]

A small library to generate random guids just for fun.

=================

Installation

npm install guid4 --save

Usage

var guid4 = require('guid4');

console.log(guid4);

Test

npm test

NPM [npm-image]: https://img.shields.io/npm/v/guid4.svg?style=flat-square [npm-url]: https://npmjs.org/package/guid4 [travis-image]: https://img.shields.io/travis/satnami/guid4.svg?style=flat-square [travis-url]: https://travis-ci.org/satnami/guid4 [downloads-image]: http://img.shields.io/npm/dm/guid4.svg?style=flat-square [downloads-url]: https://npmjs.org/package/guid4