amaprice 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +2 -0
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -38,6 +38,8 @@ amaprice list
|
|
|
38
38
|
|
|
39
39
|
All commands support `--json` for machine-readable output.
|
|
40
40
|
|
|
41
|
+
When passing Amazon URLs that contain query parameters (`?` / `&`), always wrap the URL in quotes so your shell treats it as a single argument.
|
|
42
|
+
|
|
41
43
|
## Community Price Database
|
|
42
44
|
|
|
43
45
|
amaprice contributes anonymized price data (product title, ASIN, price, and timestamp) to a shared database. This means every lookup helps build a broader price history that benefits all users — the more people use amaprice, the richer the tracking data becomes for everyone. No personal or device information is collected.
|