Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a-random-string

A a super simple random string generator.

a-random-string creates a random 7 digit string consisting of upper and lowercase letters along with numbers.

to use

const arandomstring = require('a-random-string');

console.log(arandomstring.generate());

Mongoose Random Id

_id: {
    'type': String,
    'default': arandomstring.generate
}

Currently this package only supports a seven digit string.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages