find-store
Find Store
Search for grocery stores near a zip code using the grocer-cli tool.
Commands
# Search for stores near a zip code
grocer-cli locations <zip>
# Find and set the closest store as preferred
grocer-cli locations <zip> --set
Requirements
- grocer-cli must be installed (
npm install -g grocer-cli) - Grocery chain must be configured (
grocer-cli init) - User must be authenticated (
grocer-cli login)
More from sieteunoseis/grocer-cli
recipe-to-cart
Add all items from one or more locally saved recipes to the user's online grocery cart in a single step. Automatically deduplicates across recipes and checks the pantry first to avoid re-buying items you already have. Use when the user wants to shop for a recipe or add meal ingredients to their cart.
1shelf-life-check
Check and update shelf life estimates for pantry items using USDA FoodKeeper, StillTasty, and FDA guidelines. Use when a user wants to verify expiration estimates, check freshness dates, or get more accurate best-by dates for their groceries.
1kroger-search
Search for grocery products by keyword and return matching results with product IDs, descriptions, and prices. Use when a user wants to find grocery products, compare prices, or look up items available at their local store.
1