Please do not use this project for illegal purposes!
This is a simple web application that generates random real US addresses, names, genders, and phone numbers. You can also specify a state to generate addresses from that particular state.
This repo is a fork from the origin repo, and it allows you to run with Node.js instead of Cloudflare Workers.
By the way, use this repo on Docker is what I really love. You know, as a Perfectionism, I really work on closing off env!
I just be crazy for configing the development env for my DataScience courses.
- Generates a random US address including house number, street, city, state, and ZIP code.
- Displays a randomly generated name and gender.
- Provides a randomly generated phone number corresponding to the state.
- Allows users to specify a state to generate the address.
- Includes a Google Maps iframe showing the location of the generated address.
- Clickable name, gender, phone number, and address to copy the details to the clipboard.
- Open the application in your web browser.
- A random address, name, gender, and phone number will be displayed.
- Click on any of the details (name, gender, phone number, address) to copy them to the clipboard.
- Use the dropdown menu to select a specific state and generate a new address from that state.
- Click the "Get Another Address" button to generate a new set of details.
Please make sure that you have node
and npm
on your device. You can use node --version
and npm --version
to ensure it.
- Use
git clone https://github.com/muiyu/Real-US-Address-Generator.git
to clone this repo - Use
cd Real-US-Address-Generator
to enter the project folder - Use
npm install
to load the dependency - Use
PORT=3000 node worker.js
to run
Here's an example of what the application looks like:
![sources](https://private-user-images.githubusercontent.com/38276481/354793558-4a4f75d7-c766-4b43-90de-094445e8f81f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDY5MzYsIm5iZiI6MTczODk0NjYzNiwicGF0aCI6Ii8zODI3NjQ4MS8zNTQ3OTM1NTgtNGE0Zjc1ZDctYzc2Ni00YjQzLTkwZGUtMDk0NDQ1ZThmODFmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE2NDM1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA3NzI4ZmY4ZjM1NWVlMTczMDhhZDIwODBjZjgyOTlmMzYwYWE3YjkyNzliNDk5ZmFiMjYxM2E1MmY5ZjRiZTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.AmAbHTiNuhcBh9Tcrn82pC2qv0EvPCR7VUQsxWBMM4w)
For more information or other projects, you can visit origin author's website: chatgpt.org.uk.
This project is licensed under the MIT License.
© chatgpt.org.uk All rights reserved.