From 79a558a715914f4a36539b8ae532e17a2d07b256 Mon Sep 17 00:00:00 2001 From: Divlo Date: Sun, 13 Oct 2019 12:10:49 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20la=20pr=C3=A9cision=20?= =?UTF-8?q?de=20weatherRequest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/fonctions_principales.js | 2 +- views/function-views/weatherRequest.php | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/fonctions_principales.js b/scripts/fonctions_principales.js index e30a031..a9c9b62 100644 --- a/scripts/fonctions_principales.js +++ b/scripts/fonctions_principales.js @@ -11,7 +11,7 @@ function weatherRequest() { let city = json.name; let showDateTimeValue = timeZone(json); - $('.results').html(`🌎 Position : ${city}, ${json.sys.country}
⏰ Date et heure : ${showDateTimeValue}
☁️ Météo : ${capitalize(json.weather[0].description)}
🌡️ Température : ${json.main.temp} °C
💧 Humidité : ${json.main.humidity}%
`); + $('.results').html(`🌎 Position : ${city}, ${json.sys.country}
⏰ Date et heure : ${showDateTimeValue}
☁️ Météo : ${capitalize(json.weather[0].description)}
🌡️ Température : ${json.main.temp} °C
💧 Humidité : ${json.main.humidity}%
`); } catch(error) { $('.results').html("La ville que vous avez rentré n'existe pas (dans l'API)."); diff --git a/views/function-views/weatherRequest.php b/views/function-views/weatherRequest.php index eba0bb0..903c384 100644 --- a/views/function-views/weatherRequest.php +++ b/views/function-views/weatherRequest.php @@ -7,13 +7,16 @@

:

-

+


+ Pour une meilleure précision, je recommande de préciser le pays de la ville.
+ Exemple : Paris, FR +

Météo
- +