@agath-e/randomid-generator

This is geneartor ID. With this package you build new unique ID.

Usage no npm install needed!

<script type="module">
  import agathERandomidGenerator from 'https://cdn.skypack.dev/@agath-e/randomid-generator';
</script>

README

This is geneartor ID. With this package you build new unique ID.

How to use it?

  1. Dowland a package: yarn add @agath-e/randomid-generator

  2. Create in main file e.g:

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

console.log(randomID(10));

Number 10 is how long will be you new userID.

  1. In terminal you have to write:

node your-main-file.