📁
randomstuff.py
  • randomstuff.py
  • Clients
    • Client
    • AsyncClient
  • Data Classes
    • AIResponse
    • Joke
    • JokeFlags
    • Waifu
    • Weather
    • WeatherLocation
    • CurrentWeather
    • WeatherForecast
  • Sub modules
    • utils
  • Errors tree
    • Forbidden
      • BadAPIKey
      • PlanNotAllowed
    • ArgumentError
      • InvalidPlanError
      • InvalidVersionError
      • InvalidServerError
      • InvalidType
      • InvalidCityError
    • HTTPError
  • Brief
    • Warnings
    • Lists
    • Unique ID
    • Joke 101
    • FAQ
    • Changelogs
Powered by GitBook
On this page
  1. Data Classes

CurrentWeather

PreviousWeatherLocationNextWeatherForecast

Last updated 4 years ago

Was this helpful?

CtrlK
  • Attributes
  • temperature
  • skycode
  • skytext
  • date
  • day
  • shortday
  • observationtime
  • observationpoint
  • feelslike
  • humidity
  • winddisplay
  • windspeed
  • imageUrl

Was this helpful?

Represents the current weather of the Weather object.

Attributes

temprature

skycode

skytext

date

day

shortday

observationtime

observationpoint

Attributes

temperature

The current temperature of location.

Type: str

skycode

The sky code of weather.

Type: str

skytext

The sky text of weather.

Type: str

date

The date of weather.

Type: str

day

The day of weather.

Type: str

shortday

The short-form of day attribute. For example, if day attribute is "Saturday" the shortday will be "Sat"

Type: str

observationtime

The observation time of the weather.

Type: str

observationpoint

The observation point of the weather.

Type: str

feelslike

The 'feels like' temperature of the weather.

Type: str

humidity

The humidity of the weather.

Type: str

winddisplay

The wind display of the weather.

Type: str

windspeed

The wind speed of the weather.

Type: str

imageUrl

The image URL of the weather.

Type: str

feelslike
humidity
winddisplay
windspeed
imageUrl
imageurl
imageURL
image_url
sky_code
sky_text
observation_time
observation_point
feels_like
wind_display
wind_speed
short_day