Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 851 Bytes

README.md

File metadata and controls

53 lines (40 loc) · 851 Bytes

Weather-Journal App Project

Overview

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

requirement

  • install node.js
  • install npm

How to run

  • install -> run command
    npm init
    npm install node
    npm install express
    npm install body-parser
    npm install dotenv
  • run command
    node server.js

Added

  1. simple Edit styles
  2. Inquiry about weather conditions via API
  3. using

Tree Project

    │   package-lock.json
    │   package.json
    │   README.md
    │   server.js
    │
    └───website
            app.js
            index.html
            style.css