AC-4 Refactor weather API the async/await way
Rewrite the openweathermap application, but instead of .then() function and chaining promises, do it the async / await syntax you just learned.
Good luck!
Promise.all
Async/await