Technologies Used
-HTML
-CSS
-Vanilla Javascript
-Node.js
-Express
Project Details
-this project about learning how to deal with remote api and how to handle the data
with the static website
-first the the api key retrieved by the frontend side from the server side by the
route ```/apikey```
-next the retrieved api key used with the baseUrl line 8 in [app.js]
(./website/app.js) and the zip code from user input to get the weather object
-then the weather object and the user input sent to the server via post request
to the route ``` /userinput ``` the userinput server side then save the data in object
-the saved object in the server then sent to the frontend side by the route ```/data```
and the ui dynamically updated with the sent data
-there is some error handlers added as UI form validation to control the user input