Skip to content

clunkylion/random-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RANDOM-CODE-GENERATOR

A simple function to generate random codes...

Installing

npm i @clunkylion/random-code-generator

USAGE

import { randomCode } from '@clunkylion/random-code-generator';

/*
the function receives as a parameter the length of the code that it will return
*/
randomCode(10); //return string code

Built With

  • TS - Programming Languaje
  • NODEJS - JS ENVIRONMENT

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

A simple function to generate random codes...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published