UNPKG

@marcho4917/randomid-generator

Version:

This application allows you to generate a random ID from an available sequence of characters. The length of the random ID depends on the length that the user gives.

13 lines (8 loc) 309 B
# General Info This application allows you to generate a random ID from an available sequence of characters. The length of the random ID depends on the length that the user gives. # Setup To run this package, install it locally using npm: ``` $ npm install @marcho4917/randomid-generator ```