0.0.3 • Published 5 years ago

malcom-random-string v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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