useruid is a very simple and light(less than 2kB) package that can help you generate your own unique id, and also you can add username(string) and age(number) as arguments to make the id specific
`npm install useruid`
`const id = require('userUId')`
You can add two OPTIONAL arguments: name (string) and age (number)
`id('MrKouhadi', 30)`
or
`id()`