Member Junction
    Preparing search index...

    One article from a feed, normalized across RSS 2.0 and Atom.

    interface FeedArticle {
        categories: string[];
        description: string;
        feedName: string;
        link: string;
        publishedAt: string;
        title: string;
    }
    Index

    Properties

    categories: string[]
    description: string

    Plain text — HTML tags stripped and entities decoded.

    feedName: string

    Which feed this came from, so a merged result set stays attributable.

    link: string
    publishedAt: string

    ISO 8601 publication date, or null when the feed did not carry a parseable one. Null is preserved rather than defaulted to "now", because a fabricated date would make an undated item the freshest thing in the batch.

    title: string