Skip to content

C5m7b4/c5-random-string-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c5-random-string-module

A module that returns alpha numeric strings

HOW TO INSTALL

npm install c5-random-string-module --save

HOW TO USE

var random = require('c5-random-string-module');

## METHOD

# RandomChar
This method takes in an integer value which specifies the length of the returned string.

console.log(random.RandomChar(40));
// Returns 0ahj0qytonjfdvjtdj84ermpihlvienkwadi85u9

About

Generates Random alpha-numeric strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published