Weather-Journal App Project

Overview

This project requires you to create an asynchronous web app that uses Web API and user data to dynamically update the UI.

Instructions

This will require modifying the server.js file and the website/app.js file. You can see index.html for element references, and once you are finished with the project steps, you can use style.css to style your application to customized perfection.

Extras

If you are interested in testing your code as you go, you can use tests.js as a template for writing and running some basic tests for your code.

modules used

Express, body-pasers and CORS .

Used API

open weather app (https://openweathermap.org/).

How to use

  • First,in the server.js file, run the server by the commend node server.js.
  • Second, open the index.html file to run the website
  • Third, you have to enter the ZIP code of the city (United States),then enter your feelings.
  • Finally, The application will show you.
    • the temperature.
    • the date.
    • your feelings.