π¦ ClawHub
map-query
by @uynewnas
Query nearby restaurants, shops, promotions, and POIs by address using AMap, Baidu, or Tencent Maps with geocoding and filters.
π‘ Examples
# Configure API Key
export AMAP_KEY=your_amap_api_key
export BAIDU_MAP_KEY=your_baidu_map_key
export TENCENT_MAP_KEY=your_tencent_map_keySearch for food near address
node scripts/search.mjs "Sanlitun, Chaoyang District, Beijing" --type foodSearch for promotions
node scripts/search.mjs "Sanlitun, Chaoyang District, Beijing" --type promotion
TERMINAL
clawhub install map-query