Skip to content

A Javascript extension to generate random usernames, passwords, colours, animals and much more.

Notifications You must be signed in to change notification settings

gurshabad/wordgenjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

wordgen.js

A Javascript extension to generate random usernames, passwords, colours, animals and much more.

Usage

Simply download the wordgen.js.

Generate a random colour name by using: var randomColour = colourgenerator();

Generate a random animal name by using: var randomAnimal = animalgenerator();

Generate a random username: var randomUsername = usernamegenerator();

Generate a random strong password: var randomPassword = passwordgenerator(length_of_password_here);

Notes

The upper limit of the length of the randomly generated username is set at 20, you can change it in the main JS. You need not download the contents of the sets folder, they're just there to provide the initial datasets in case just need those and nothing else.

Repository link: www.github.com/gurshabad/wordgenjs

About

A Javascript extension to generate random usernames, passwords, colours, animals and much more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published