Preparing search index...
The search index is not available
@curium.rocks/openweathermap-client
@curium.rocks/openweathermap-client
CityWeather
Interface CityWeather
interface
CityWeather
{
base
:
string
;
clouds
:
Clouds
;
cod
:
number
;
coord
:
Coordinate
;
dt
:
number
;
id
:
number
;
main
:
WeatherMain
;
name
:
string
;
sys
:
System
;
timezone
:
number
;
visibility
:
string
;
weather
:
Weather
[]
;
wind
:
Wind
;
}
Index
Properties
base
clouds
cod
coord
dt
id
main
name
sys
timezone
visibility
weather
wind
Properties
base
base
:
string
clouds
clouds
:
Clouds
cod
cod
:
number
coord
coord
:
Coordinate
dt
dt
:
number
id
id
:
number
main
main
:
WeatherMain
name
name
:
string
sys
sys
:
System
timezone
timezone
:
number
visibility
visibility
:
string
weather
weather
:
Weather
[]
wind
wind
:
Wind
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
base
clouds
cod
coord
dt
id
main
name
sys
timezone
visibility
weather
wind
@curium.rocks/openweathermap-client
Loading...
Generated using
TypeDoc