Skip to content

Asynchronous web app that uses Web API and user data to dynamically update the UI

Notifications You must be signed in to change notification settings

mahmoud-elgharably/async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Journal App Project

Overview | Description

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

Table of Contents

Technicals:

  1. Node and Express Environment
  2. Body-Parser package
  3. CORS package
  4. Current weather data API from OpenWeatherMap.com
  5. HTML
  6. CSS
  7. ES6

Instructions

  1. install packages by running this command npm install or yarn.
  2. run this command node server.js or npm run start.
  3. open http://localhost:8000/ in your browser and then try to enter zip code and your feeling then hit generate button.
  4. notice data retrived in the section of Most Recent Entry

For specific, detailed instructions, look at the project instructions in the Udacity Classroom.

About

Asynchronous web app that uses Web API and user data to dynamically update the UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published