Untitled
unknown
plain_text
2 years ago
2.9 kB
1
Indexable
┌─────────┐ │ Input │ └─────────┘ │ ▼ ┌─────────┐ │Location │ └─────────┘ │ ▼ ┌─────────┐ │getWeather│ │ Data │ └─────┬───┘ │ ┌────────┴───────┐ │Temperature, │ │ Humidity, │ │ Wind Speed, │ │ Precipitation, │ │ Wind Direction │ └────────────────┘ │ ▼ ┌────────────────┐ │ Display Weather│ │ Data │ └────────────────┘ │ ▼ ┌────────────────┐ │ Forecast │ └─────┬──────────┘ │ ┌─────┴──────────┐ │ Next several │ │ days forecast │ └────────────────┘ │ ▼ ┌────────────────┐ │ Display Forecast│ │ Data │ └────────────────┘ │ ▼ ┌────────────────┐ │ Map Section │ └────────────────┘ │ ▼ ┌────────────────┐ │ Information │ └────────────────┘ │ ▼ ┌────────────────┐ │ News Section │ └────────────────┘ │ ▼ ┌─────────┐ │ Output │ └─────────┘
Editor is loading...