malcom-random-string
v0.0.3
Published
A module to return a random string with a given length
Downloads
5
Maintainers
Readme
malcom-random-string
A module that returns random alphanumeric strings.
HOW TO INSTALL
npm install malcom-random-string --save
## HOW TO USE
var random = require('malcom-random-string');
## METHOD
# RandomChar
This method takes in an integer value which specifies the length of the returned strings.
console.log(random.RandomChar(10))
// Returns b2pcd13ezq or a random string with 10 characters