Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.28 KB

README_EN.md

File metadata and controls

43 lines (24 loc) · 1.28 KB

Real Address Generator

English / 中文

This is a real address generator based on Cloudflare Workers. You can generate real random addresses on maps from different countries.

Demo

Use online: 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
  • Support for saving generated information and adding notes

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 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.

License

This project is licensed under the MIT License.

Copyright

The original version is from chatgpt.org.uk, modified by Adonis142857.