79589563

Date: 2025-04-23 22:17:28
Score: 2.5
Natty:
Report link

you can also convert data by requesting it in imperial format from the api like so....

`fetch("https://api.openweathermap.org/data/2.5/weather?q=salt lake city&units=imperial") .then(res => res.json()) .then(data => console.log(data))

`

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Elizabeth Xaudaro