mirror of
https://github.com/tinyfish-io/tinyfish-cookbook.git
synced 2026-09-14 17:41:39 +08:00
816b8d0f0d
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>
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|