See llms.txt for all machine-readable content.
This workflow exposes a webhook endpoint that returns today’s tech trends as JSON for a desktop widget by reading records from an n8n Data Table, splitting items into news and YouTube lists, and responding with a CORS-enabled JSON payload.
tech_trends for rows matching the configured date filter.source (YouTube vs. non-YouTube), sorts by rank, and builds two top-3 lists of titles.Content-Type: application/json and Access-Control-Allow-Origin: * containing the formatted JSON payload.tech_trends with at least date, rank, title, and source fields, and update the date filter value in the Data Table query to match your desired “today” logic.news and youtube arrays and ensure the response body maps to the formatted output.