1.0.9 • Published 2 years ago

@mrenke/randomid-generator v1.0.9

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

@mrenke/randomid-generator

The simple package implemented during 10-Month long Coding Bootcamp by Kodilla.

1. What Does it do?

The package is responsible for creating random ID strings.

2. How to Use?

To implement this Package follow the steps below.

2.1. Download

Yarn

yarn add @mrenke/randomid-generator

NPM

npm install @mrenke/randomid-generator

2.2. Import in File

require

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

import

import randomID from '@mrenke/randomid-generator'

2.3. Call a function

randomID()

Need to change id lenght? No worries, go in to the Package and change idLength parameter.

Enjoy!

3. Usage

This function is useful in generating random ID's for the objects. Caution: This generator does not contain duplicate check. Even though it is very unlikely to create two duplicated ID's, this might happen. Please have that in mind when using this package.

4. Troubleshooting

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago