Skip to content

An asynchronous web app that displays the temperature of a certain region using the ZIP code of that region.

Notifications You must be signed in to change notification settings

Ibraam-Nashaat/Weather-Journal-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Journal App Project

  • An asynchronous web app that displays the temperature of a certain region using the ZIP code of that region. The app connects to openweathermap API to get the temperature of a certain region. It uses user data and the temperature retrieved from the Web API to dynamically update the UI.
  • It's built using HTML5, CSS and JavaScript.
  • This project is a part of Udacity's Professional Front-End Web Development Nanodegree Program.

What is a ZIP Code ?

  • A ZIP Code is a postal code used by the United States Postal Service.

Dependencies

  • Node.js
  • Express
  • Cors
  • Body-Parser