Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

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!