Skip to content

Commit

Permalink
Create Readme_EN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adonis142857 authored Sep 16, 2024
1 parent 1361f4a commit e9798e5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Readme_EN.md
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.

0 comments on commit e9798e5

Please sign in to comment.