0.1.1 • Published 3 years ago

@clunkylion/random-code-generator v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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