Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 406 Bytes

File metadata and controls

28 lines (17 loc) · 406 Bytes

Objective

Dynamically generated weather app using async api calls

Featured Techniques

  • REST Api
  • Async GET and POST requests
  • Dynamic UI integration
  • NodeJS, Express

File Structure

To accomodate NodeJS functionality, server.js points to 'website' folder.

|- Node Modules

|- Website

|- - - Images /

|- - - index.html

|- - - style.css

|- - - app.js

|- package-lock.json

|- server.js