Skip to content

Generate random password or uniqid with length customization

License

Notifications You must be signed in to change notification settings

Themimitoof/node-randomid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node RandomID

RandomID it's a little module for NodeJS for generating passwords or UniqID with length customization.

RandomID is capable of generating codes with the alphanumeric characters with and without capital letters (a-z, A-Z, 0-9).

How to use RandomID

You need to install randomID with npm:

npm install randomid

Require randomID and call the function:

var randomid = require('randomid')

console.log(randomid(24))

The function has only one property. It's a length of the result. The default length is 8.

A problem, bug ?

If you have found a bug, please open an issue on GitHub.

About

Generate random password or uniqid with length customization

Resources

License

Stars

Watchers

Forks

Packages

No packages published