Posted on May 9, 2021December 25, 2021 by sameerWeather Journal Weather Journal App which fetches weather information from Open Weather API and displays results. Viewed on a laptop Viewed on a device GitHub Link Live Demo Key Tech: HTML FormsJavascript calling Open Weather APIJavascript dynamically updating HTML components Code Highlights: Using Javascript promises to control the flow of actions. Using fetch to get data from external API. Post and Get data locally. Updating UI.