xxxxxxxxxx
do a get request to this endpoint
replacing city with the desired city
replacing API_KEY with your api key
replacing metric with imperial if you want to use Farenheit temperature
`https://api.openweathermap.org/data/2.5/weather?q=${city}&appid=${API_KEY}&units=metric`