See llms.txt for all machine-readable content.
This workflow exposes an n8n webhook that reads today’s tech trends from an n8n Data Table, formats the top items into a SwiftBar menu payload, and returns the result as a JSON response for display in the macOS menu bar.
tech_trends for rows matching the configured date filter.score, selects the top 10 items, and formats them into SwiftBar menu lines.application/json response (with CORS enabled) to the original webhook request.tech_trends with fields such as date, title, source, and optional score (typically filled by a separate “collector” workflow).date so it matches your desired “today” logic (the template currently uses a fixed date).