|
1 | | -# 美国地址生成器 MVP |
| 1 | +# Global Address Generator |
2 | 2 |
|
3 | | -这是一个独立静态网站,直接打开 `index.html` 就能使用。 |
| 3 | +[Global Address Generator](https://global-address.com/) is a free browser-based |
| 4 | +tool for generating synthetic address test data. It supports country-specific |
| 5 | +address formats, local sample names and phone numbers, copying, and CSV export. |
4 | 6 |
|
5 | | -## 功能 |
| 7 | +The generated records are intended for form testing, product prototypes, |
| 8 | +software demos, localization checks, and QA workflows. They are not guaranteed |
| 9 | +to be real or deliverable addresses. |
6 | 10 |
|
7 | | -- 随机生成美国格式地址 |
8 | | -- 支持按州筛选 |
9 | | -- 支持生成 1 到 20 条 |
10 | | -- 支持复制单条、复制全部 |
11 | | -- 支持导出 CSV |
12 | | -- 已上线基础静态页面,支持后续继续扩展内容页和站点设置 |
| 11 | +## Supported generators |
13 | 12 |
|
14 | | -## 文件 |
| 13 | +- United States addresses with state filtering and ZIP Code formats |
| 14 | +- Japanese addresses with prefectures, municipalities, chome, building names, |
| 15 | + and room numbers |
| 16 | +- United Kingdom addresses with post towns and postcodes |
| 17 | +- South Korean road-name addresses |
| 18 | +- Major European Union country formats |
| 19 | +- Major Southeast Asian country formats |
15 | 20 |
|
16 | | -- `index.html`:页面结构 |
17 | | -- `styles.css`:视觉样式 |
18 | | -- `app.js`:地址生成逻辑 |
| 21 | +## QA and documentation |
| 22 | + |
| 23 | +- [Address generator](https://global-address.com/) |
| 24 | +- [Address QA Lab](https://global-address.com/address-qa-lab) |
| 25 | +- [Address knowledge center](https://global-address.com/guides) |
| 26 | +- [English guides](https://global-address.com/en/guides) |
| 27 | +- [Data and testing methodology](https://global-address.com/data-methodology) |
| 28 | + |
| 29 | +The QA Lab can generate reproducible test cases with inputs, execution steps, |
| 30 | +expected results, and failure risks. The knowledge center documents address |
| 31 | +fields, postal formats, international form design, and safe use of synthetic |
| 32 | +test data. |
| 33 | + |
| 34 | +## Local development |
| 35 | + |
| 36 | +This is a static site with Cloudflare Pages middleware. The main interface can |
| 37 | +be opened from `index.html`. Before publishing changes, run: |
| 38 | + |
| 39 | +```bash |
| 40 | +node scripts/seo-regression.mjs |
| 41 | +``` |
| 42 | + |
| 43 | +The regression check protects canonical homepage redirects, indexability, and |
| 44 | +the canonical homepage entry in the sitemap. |
| 45 | + |
| 46 | +## Responsible use |
| 47 | + |
| 48 | +Do not use generated records for real deliveries, identity verification, |
| 49 | +financial applications, misleading registrations, or attempts to bypass |
| 50 | +platform rules. Use official provider sandbox data for payment, tax, fraud, and |
| 51 | +shipping validation. |
0 commit comments