Skip to main content
Defined in: types.ts:18 Represents the current weather conditions

Properties

cloudcover

cloudcover: `${bigint}`
Defined in: types.ts:21

FeelsLikeC

FeelsLikeC: `${bigint}`
Defined in: types.ts:19

FeelsLikeF

FeelsLikeF: `${bigint}`
Defined in: types.ts:20

humidity

humidity: `${bigint}`
Defined in: types.ts:22

localObsDateTime

localObsDateTime: Date
Defined in: types.ts:23

observation_time

observation_time: `${bigint}:${bigint} AM` | `${bigint}:${bigint} PM`
Defined in: types.ts:24

precipInches

precipInches: `${number}`
Defined in: types.ts:25

precipMM

precipMM: `${number}`
Defined in: types.ts:26

pressure

pressure: `${bigint}`
Defined in: types.ts:27

pressureInches

pressureInches: `${bigint}`
Defined in: types.ts:28

temp_C

temp_C: `${bigint}`
Defined in: types.ts:29

temp_F

temp_F: `${bigint}`
Defined in: types.ts:30

uvIndex

uvIndex: `${bigint}`
Defined in: types.ts:31

visibility

visibility: `${bigint}`
Defined in: types.ts:32

visibilityMiles

visibilityMiles: `${bigint}`
Defined in: types.ts:33

weatherCode

weatherCode: WeatherCode
Defined in: types.ts:34

weatherDesc

weatherDesc: WeatherDescription[]
Defined in: types.ts:35

weatherIconUrl

weatherIconUrl: Url[]
Defined in: types.ts:36

winddir16Point

winddir16Point: WindDirection
Defined in: types.ts:37

winddirDegree

winddirDegree: `${bigint}`
Defined in: types.ts:38

windspeedKmph

windspeedKmph: `${bigint}`
Defined in: types.ts:39

windspeedMiles

windspeedMiles: `${bigint}`
Defined in: types.ts:40