forked from chatgptuk/Real-US-Address-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,48 @@ | ||
# Real-US-Address-Generator | ||
# Real US Address Generator | ||
|
||
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. | ||
|
||
## Features | ||
|
||
- 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. | ||
|
||
## How to Use | ||
|
||
1. Open the application in your web browser. | ||
2. A random address, name, gender, and phone number will be displayed. | ||
3. Click on any of the details (name, gender, phone number, address) to copy them to the clipboard. | ||
4. Use the dropdown menu to select a specific state and generate a new address from that state. | ||
5. Click the "Get Another Address" button to generate a new set of details. | ||
|
||
## Installation | ||
|
||
To use this application, you need to deploy the provided JavaScript code using Cloudflare Workers. | ||
|
||
1. Sign up or log in to your [Cloudflare](https://www.cloudflare.com/) account. | ||
2. Create a new Cloudflare Worker. | ||
3. Copy the provided JavaScript code into the Cloudflare Worker script editor. | ||
4. Save and deploy your Worker. | ||
|
||
## Example | ||
|
||
Here's an example of what the application looks like: | ||
|
||
<img width="804" alt="截屏2024-08-02 21 57 48" src="https://github.com/user-attachments/assets/4a4f75d7-c766-4b43-90de-094445e8f81f"> | ||
|
||
|
||
## Personal Website | ||
|
||
For more information or other projects, visit my personal website: [chatgpt.org.uk](https://chatgpt.org.uk) | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. | ||
|
||
--- | ||
|
||
© chatgpt.org.uk All rights reserved. |