Nourhan Ismail
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.
Practise simple server setup using node and express, and how to deal with Async JS code and chaining promises.
- Node.js
- Packages:
- express
- body-parser
- cors
To run the web app:
- Open the command prompt in the root path of the project do the following:
- run "npm install"
- run "npm start"
- Open your favorite browser and launch localhost:8888