ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-weather
WeatherData
Interface WeatherData
interface
WeatherData
{
city
:
string
;
country
:
string
;
temperature
:
number
;
feelsLike
:
number
;
tempMin
:
number
;
tempMax
:
number
;
humidity
:
number
;
pressure
:
number
;
description
:
string
;
icon
:
string
;
iconUrl
:
string
;
windSpeed
:
number
;
windDirection
:
number
;
clouds
:
number
;
visibility
:
number
;
sunrise
:
string
;
sunset
:
string
;
timezone
:
number
;
timestamp
:
string
;
tomorrow
:
{
tempMin
:
number
;
tempMax
:
number
;
description
:
string
;
icon
:
string
;
}
;
}
Index
Properties
city
country
temperature
feels
Like
temp
Min
temp
Max
humidity
pressure
description
icon
icon
Url
wind
Speed
wind
Direction
clouds
visibility
sunrise
sunset
timezone
timestamp
tomorrow
Properties
city
city
:
string
country
country
:
string
temperature
temperature
:
number
feels
Like
feelsLike
:
number
temp
Min
tempMin
:
number
temp
Max
tempMax
:
number
humidity
humidity
:
number
pressure
pressure
:
number
description
description
:
string
icon
icon
:
string
icon
Url
iconUrl
:
string
wind
Speed
windSpeed
:
number
wind
Direction
windDirection
:
number
clouds
clouds
:
number
visibility
visibility
:
number
sunrise
sunrise
:
string
sunset
sunset
:
string
timezone
timezone
:
number
timestamp
timestamp
:
string
tomorrow
tomorrow
:
{
tempMin
:
number
;
tempMax
:
number
;
description
:
string
;
icon
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
city
country
temperature
feels
Like
temp
Min
temp
Max
humidity
pressure
description
icon
icon
Url
wind
Speed
wind
Direction
clouds
visibility
sunrise
sunset
timezone
timestamp
tomorrow
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...