@adrianox/id-generator

```diff - It's a tiny app for creating a random id key & allows you to use function that generate random string - containing all kind of big/small letters or number ; ) ```

Usage no npm install needed!

<script type="module">
  import adrianoxIdGenerator from 'https://cdn.skypack.dev/@adrianox/id-generator';
</script>

README

Random ID-Generator :smiley:

Description :wink:

- It's a tiny app for creating a random id key & allows you to use function that generate random string 
- containing all kind of big/small letters or number ; )

Example :smirk:

+ const randomID = require('@adrianox/id-generator');
+ const id = randomID(10); // key length = 10 characters
+ console.log(id); // result: Bhts8Apr9b

Instalation :computer:

! npm i @adrianox/id-generator 
! yarn add @adrianox/id-generator

License :newspaper:

MIT