traduction
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Mémoire du Weather Agent
|
||||
|
||||
## Configuration API
|
||||
- Fournisseur : Open-Meteo (gratuit, aucune clé API requise)
|
||||
- Coordonnées de Dubaï : latitude 25.2048, longitude 55.2708
|
||||
- URL Celsius : `https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=celsius`
|
||||
- URL Fahrenheit : `https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=fahrenheit`
|
||||
- Champ de température : `current.temperature_2m`
|
||||
|
||||
## Relevés récents
|
||||
|
||||
| Date | Température | Unité |
|
||||
|------|-------------|-------|
|
||||
| 2026-03-06 | 22.3 | Celsius |
|
||||
| 2026-03-06 | 22.5 | Celsius |
|
||||
| 2026-03-07 | 25.7 | Celsius |
|
||||
| 2026-03-11 | 26.2 | Celsius |
|
||||
| 2026-03-11 | 26.2 | Celsius |
|
||||
| 2026-04-16 | 23.8 | Celsius |
|
||||
| 2026-04-16 | 23.8 | Celsius |
|
||||
Reference in New Issue
Block a user