random-date-id
v1.0.1
Published
generate a random id using date and a random number
Readme
Installing
use npm install random-date-id to install the package
Getting started
const idGenerator = require("random-date-id")
const myRandomId = idGenerator()
console.log(myRandomId)