# 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

```