uuids-generator
v1.1.0
Published
Help creaters generate unique id's for their users
Downloads
5
Readme
uuids-generator
This repository holds the code for the uuids-generator NPM package.
This package can be used by other developers to uniquely identify their users in the applications that they create.
The UUIDS that are generated here are unique in that the occurence of one unique number more that once is one in a billion occurence.
To use this package assuming that you have node.js installed and by extenstion npm, run the following command on the command line
npm install uuids-generator