Files
Khends 816b8d0f0d Add Wing Command recipe: parallel food delivery price comparison (#40)
Wing Command is a hyper-local chicken wing price comparison tool that
uses TinyFish API to dispatch parallel web agents across DoorDash,
UberEats, Grubhub, and Google, finding the best wing deals near any US
zip code in real-time.

Key TinyFish features demonstrated:
- Promise.allSettled parallel scraping across 4 platforms
- Natural language goals for structured JSON extraction
- Per-restaurant menu scraping for price calculation
- Deal aggregator scanning

Tech stack: Next.js 14, TypeScript, Supabase, Upstash Redis, TinyFish
API

Live app: https://wingscommand.up.railway.app/

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 16:29:48 -07:00

7 lines
95 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};