phonevn
v2.3.9
Published
A module for generating random Vietnamese phone numbers, passwords, login data, and auto type password for Gmail.
Readme
gmail1
This project provides utility functions for generating random Vietnamese phone numbers, passwords, and login data. It is designed to assist in testing and development scenarios where such data is needed.
Installation
To install the project, clone the repository and run:
npm installUsage
The main function exported from this module is randomLoginData, which generates an object containing:
- A random Vietnamese phone number
- Two passwords (one being the phone number itself)
- A recovery email address
Example
const { randomLoginData } = require('./src/app');
const loginData = randomLoginData();
console.log(loginData);License
This project is licensed under the MIT License.
