Trendflow JS — API Reference - v0.2.0
    Preparing search index...

    Interface TrendingArticle

    A news article behind a trending search. Only the RSS backend reports these.

    interface TrendingArticle {
        picture: string | null;
        source: string;
        title: string;
        url: string;
    }
    Index
    picture: string | null
    source: string
    title: string
    url: string