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.
- 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.
To use this application, you need to deploy the provided JavaScript code using Cloudflare Workers.
- Sign up or log in to your Cloudflare account.
- Create a new Cloudflare Worker.
- Copy the provided JavaScript code into the Cloudflare Worker script editor.
- Save and deploy your Worker.
Here's an example of what the application looks like:
For more information or other projects, visit my personal website: chatgpt.org.uk
This project is licensed under the MIT License.
© chatgpt.org.uk All rights reserved.