Skip to content

nourhan-ismail/Udacity-egFWD-Weather-Journal-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Journal App (Second Assessment for Udacity Front End Nano Degree)

Table of Contents

Author

Nourhan Ismail

Description

A simple Web App that fetches current temperature of a specific location given its zip code, and saving such data alongside user's feeling to a local node-express server where the data is then fetched from the local server to update the page content dynamically with the latest entry.

Purpose

Practise simple server setup using node and express, and how to deal with Async JS code and chaining promises.

Project Dependencies

  • Node.js
  • Packages:
    • express
    • body-parser
    • cors

Instructions

To run the web app:

  • Open the command prompt in the root path of the project do the following:
  1. run "npm install"
  2. run "npm start"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors