apps/live-weather/src/app/shared/models/IOpenWeatherReport.ts
Interface for OpenWeather API data model
Properties |
current |
current:
|
Type : IWeatherDetail
|
Current weather data |
hourly |
hourly:
|
Type : IWeatherDetail[]
|
Hourly forecast weather data |
lat |
lat:
|
Type : number
|
Latitude of the location |
lon |
lon:
|
Type : number
|
Longitude of the location |