1.0.1 • Published 4 years ago

@evenclan/randomid-generator v1.0.1

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

General info

  • This is an ID generator tool that randomizes a (by default) 10-digit ID (small, big letters and numbers).
  • You can easily change amount of characters by changing the number.

Usage

  • Install file by using: npm i @evenclan/randomid-generator

  • Import following in your file: const randomID = require('@evenclan/randomid-generator'); console.log(randomID(10));

    • change number according to your needs.

ID-Examples:

  • cKCzdfqKiQ
  • JOE5qLZrLD
  • WC0TmOsLJS

extra-info

  • This is a Kodilla bootcamp project.