We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914fc89 commit 212f978Copy full SHA for 212f978
src/pages/Weather.jsx
@@ -280,6 +280,14 @@ export default function Weather() {
280
{displayTemp(Number(current.temp_C))}°{unit}
281
</span>
282
</p>
283
+
284
+ <p>
285
+ <strong>Feels Like:</strong>{" "}
286
+ {displayTemp(Number(current.FeelsLikeC))}°{unit}
287
+ </p>
288
289
+ <strong>Wind Speed:</strong> {current.windspeedKmph} km/h
290
291
<p>
292
<strong>Humidity:</strong> {current.humidity}%
293
0 commit comments