#Generate Usernames
A simple Node.js package that generates a list of possible usernames based on a user's name, surname, and date of birth.
#Installation
To install the generate-usernames package, simply run the following command:
npm i @nileshkr17/generateusername
Usage:
To use the generateusername package in your Node.js application, first require the package in your JavaScript file
const generateusername=require('generateusername');