0.0.3 • Published 2 years ago

random-things-mega v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Random Things Mega

By : @abdalla-3077


"In the world of JavaScript and Node.js development, 'Random Things Mega' is an npm package that offers a wide range of functions for generating random elements, including numbers, letters, words, and even random colors, making it a valuable tool for developers seeking to infuse randomness and creativity into their projects."


How To Use

  • npm i random-things-mega

    RndWord(1) //  Give You Random Words As Array
    RndWord(count) // Count Default = 1
__
    RndNumber(10,1) // Give You Random Number
    RndNumber(min , max) // Min , Max must be numbers
__
    RndColor() //Give You Random Color
__
    RanToken(16) //Give You Random Token
    RanToken(Length) //Length must be numbers
__
    RndAccount() //Give You Random Account

    { domain : "example.com" } // Random Email Domain
    { usernameLength : 10 } // Random Email User Name Length
    { includeSpecialChars : false } // Random Email Special Chars
    { passwordLength : 12 } // Random Email Password Length
__
    RanFlag() //Give You Random Flag
__
    RanRanCountry() //Give You Random Country 
__
    RanCurrencie(16) //Give You Random Currencie
    RanCurrencie(Length) //Length must be numbers

Contact

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago