This project is to create an asynchronous web app that uses Web API and user data to dynamically update the UI.
The project is structured like the one shown below.
website/
- app.js
- index.html
- style.css
server.js
node_modules/
package-lock.json
README.md
- set up local server with endpoint object, GET and POST routes.
- Fetch weather data from OpenWeatherMap.com after Created API credentials on OpenWeatherMap.com
- POST weather data from web API plus user interaction to endpoint object in server side.
- Upadate UI dynamically.
This project is part of Udacity Front End Nanodegree Program