Skip to content

zakaria-shahen/my-weather-journal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    • body-parser@1.19.0
    • cors@2.8.5
    • express@4.17.1
    • node-fetch@2.6.1s
    • dotenv@10.0.0 (environment variables)

Tree Project

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published