We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1b19f commit 67112c8Copy full SHA for 67112c8
1 file changed
README.md
@@ -79,6 +79,19 @@ Run the generation script:
79
bun run gen
80
```
81
82
+### Data Structure
83
+
84
+The application expects specific columns in the source Google Sheet. These are mapped to short keys to minimize the JSON file size.
85
86
+| Sheet Column Name | Key | Description |
87
+|-------------------|-----|-------------|
88
+| Name | `n` | Store Name |
89
+| URL | `u` | Store URL (https:// stripped) |
90
+| Shoppers 30d | `s30` | Shoppers count (30 days) |
91
+| Avg Savings 30d | `a30` | Average savings (30 days) |
92
+| Affiliate URL | `p` | Has affiliate link (1 = Yes, 0 = No) |
93
+| Number of Visible Coupons | `c` | Coupon count |
94
95
### Running the App
96
97
Start the development server:
0 commit comments