• Gets the weather forecast from open-meteo.com.

    Parameters

    • days: number

      The number of days to get the forecast for (either 1 or 7)

    Returns Promise<JSONObject>

    The forecast as a JSON object.

Generated using TypeDoc