Question about Weather APP api

I decided to rebuild the old weather app in React just to have a React project to add to my portfolio and stumbled into something I didn’t think to ask before. Is the wind speed from the API being return in “miles per hour” or “kilometers per hour”? I assumed it was MPH but thinking about the fact that it returns the temperature in Celcius by default I thought I’d ask.

Are you talking about the freecodecamp api?

If default temp is in Celcius. It should be in km/hour, which is the default SI unit.

1 Like