forked from Adonis142857/Real-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
1 parent
1361f4a
commit e9798e5
Showing
1 changed file
with
40 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Real Address Generator | ||
|
||
This is a real address generator based on Cloudflare Workers. You can generate real random addresses on maps from different countries. | ||
|
||
## Demo | ||
|
||
![](https://github.com/Adonis142857/Real-Address-Generator/blob/main/example.png) | ||
|
||
Use online: [https://realaddress.fuyiran.com/](https://realaddress.fuyiran.com/) | ||
|
||
## Features | ||
|
||
- Generate random real addresses that exist on the map | ||
- Support multiple country options | ||
- Display address location using Google Maps | ||
- Generate random phone numbers, names, and genders, with the ability to click to copy directly | ||
|
||
## Deployment | ||
|
||
To deploy this website, you need to use Cloudflare Workers to deploy the provided JavaScript code. | ||
|
||
1. Register 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 | ||
|
||
## Feedback | ||
|
||
If you encounter any issues during use, please submit them as [issues](https://github.com/Adonis142857/Real-Address-Generator/issues). | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. | ||
|
||
## Copyright | ||
|
||
The original version is from chatgpt.org.uk, modified by Adonis142857. |