React Design Patterns Documentation - v0.0.3
GitHub
Preparing search index...
app/api/weather/route
Weather
Interface Weather
interface
Weather
{
id
:
number
;
city
:
string
;
country
:
string
;
temperature
:
number
;
feelsLike
:
number
;
humidity
:
number
;
windSpeed
:
number
;
windDirection
:
string
;
pressure
:
number
;
visibility
:
number
;
uvIndex
:
number
;
condition
:
string
;
description
:
string
;
icon
:
string
;
timestamp
:
string
;
forecast
:
{
day
:
string
;
high
:
number
;
low
:
number
;
condition
:
string
;
icon
:
string
;
}
[]
;
}
Index
Properties
id
city
country
temperature
feels
Like
humidity
wind
Speed
wind
Direction
pressure
visibility
uv
Index
condition
description
icon
timestamp
forecast
Properties
id
id
:
number
city
city
:
string
country
country
:
string
temperature
temperature
:
number
feels
Like
feelsLike
:
number
humidity
humidity
:
number
wind
Speed
windSpeed
:
number
wind
Direction
windDirection
:
string
pressure
pressure
:
number
visibility
visibility
:
number
uv
Index
uvIndex
:
number
condition
condition
:
string
description
description
:
string
icon
icon
:
string
timestamp
timestamp
:
string
forecast
forecast
:
{
day
:
string
;
high
:
number
;
low
:
number
;
condition
:
string
;
icon
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
city
country
temperature
feels
Like
humidity
wind
Speed
wind
Direction
pressure
visibility
uv
Index
condition
description
icon
timestamp
forecast
GitHub
React Design Patterns Documentation - v0.0.3
Loading...