EU Parliament Monitor - API Documentation - v0.7.0
    Preparing search index...

    Runtime flags that control how articles are written to disk

    interface OutputOptions {
        dryRun: boolean;
        skipExisting: boolean;
        newsDir: string;
    }
    Index

    Properties

    dryRun: boolean

    When true no files are written (dry run mode)

    skipExisting: boolean

    When true skip articles that already exist on disk

    newsDir: string

    Absolute path to the news output directory