@natalialasz/randomid-generator

1.0.1 • Public • Published

RandomID Generator

Description

The RandomID Generator is a Node.js module designed to generate random alphanumeric IDs of a specified length.

Installation

You can install the RandomID Generator via npm using the following command:

npm install @natalialasz/randomid-generator

Usage

Below is an example demonstrating how to use the RandomID Generator package:

const randomID = require('@natalialasz/randomid-generator');

// Generate an identifier with a length of 10
const id = randomID(10);
console.log(id); // It will display a random identifier with a length of 10

Readme

Keywords

none

Package Sidebar

Install

npm i @natalialasz/randomid-generator

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

1.11 kB

Total Files

3

Last publish

Collaborators

  • natalialasz