mdfetch API Documentation - v1.0.0
    Preparing search index...

    Interface Article

    Represents an article extracted by Mozilla Readability.

    interface Article {
        title: string;
        byline: string | null;
        content: string;
        textContent: string;
        length: number;
        excerpt: string;
        siteName: string | null;
    }
    Index

    Properties

    title: string

    Article title

    byline: string | null

    Article author/byline

    content: string

    Article content as HTML

    textContent: string

    Article content as plain text

    length: number

    Estimated reading length in characters

    excerpt: string

    Article excerpt/summary

    siteName: string | null

    Name of the source website