Weather-Journal App Project

Overview

This project is an asynchronous web app that uses Web API and user data to dynamically update the UI.

Technologies

  • ExprssJs : to create a web server that holds user data.
  • OpenWeatherMap : to get Weather info based on zip code.
  • Asynchronous JavaScript : to handle requests to OpenWeatherMap API and the Express Server