NB Scraper Docs - v1.3.0
    Preparing search index...

    Interface WeatherAPIResponse

    interface WeatherAPIResponse {
        location: Location;
        current?: CurrentWeatherExtended;
        forecast?: Forecast;
        astronomy?: Astronomy;
        alerts?: Alerts;
    }
    Index

    Properties

    location: Location
    forecast?: Forecast
    astronomy?: Astronomy
    alerts?: Alerts