Skip to content

roiteee/randomstringmodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

randomstringmodule

A module that returns alphanumeric strings

HOW TO INSTALL

npm install randomstringmodule --save

HOW TO USE

var random = require('randomstringmodule');

## METHOD

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

console.log(random.RandomChar(10))
// Returns b2jdkeos3k

#MyName
returns my name

console.log(random.MyName());
// returns Rohit B. Thapa

About

Module that generates random string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published