4 Commits

Author SHA1 Message Date
Myx
58858700d9 fix: readme had not proper content
Everyone should be happy now!
2025-07-20 17:57:43 +02:00
2c86c7741d Update README.md 2025-07-20 17:50:17 +02:00
fc52024d5a Update README.md 2025-07-20 17:49:03 +02:00
d768b8ae3f More info (#3) 2025-07-20 17:47:54 +02:00

View File

@@ -3,7 +3,7 @@ Core api and Esp32 code for displaying weather data and public transport informa
<img width="800" height="480" alt="image" src="https://github.com/user-attachments/assets/ef5af0c6-ea3a-494d-b2af-3de6e70b3e6a" /> <img width="800" height="480" alt="image" src="https://github.com/user-attachments/assets/ef5af0c6-ea3a-494d-b2af-3de6e70b3e6a" />
## Features ## Features 😺
- Display current weather data - Display current weather data
- Display public transport information - Display public transport information
- Display time and date - Display time and date
@@ -78,6 +78,7 @@ API endpoints:
When running, API documentation is available through Scalar at `/scalar`. When running, API documentation is available through Scalar at `/scalar`.
```mermaid
flowchart TD flowchart TD
subgraph ESP32 Device subgraph ESP32 Device
ESP[ESP32 E-Ink Display] ESP[ESP32 E-Ink Display]
@@ -86,7 +87,7 @@ ESP -->|HTTP GET /home/default.jpg| API
end end
subgraph HomeApi subgraph HomeApi
API[HomeController (API)] API[HomeControllerAPI]
API -->|MediatR| Handlers API -->|MediatR| Handlers
Handlers -->|Service Calls| Services Handlers -->|Service Calls| Services
Services -->|Refit Clients| Clients Services -->|Refit Clients| Clients
@@ -105,3 +106,4 @@ end
ExtAPIs -.-> AuroraAPI ExtAPIs -.-> AuroraAPI
ExtAPIs -.-> NominatimAPI ExtAPIs -.-> NominatimAPI
ExtAPIs -.-> ResRobotAPI ExtAPIs -.-> ResRobotAPI
```