Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 380 Bytes

File metadata and controls

20 lines (12 loc) · 380 Bytes

Weather App (Node.js)

A simple app built with node.js ,express and EJS.

It fetches real-time weather data using the OpenWeatherMap API

Tech Stack

  • Backend: Node.js, Express
  • Frontend: EJS, CSS
  • API: OpenWeatherMap

How to Run Locally

  1. Clone the repository
  2. Run npm install
  3. Start the app with node server.js
  4. Open http://localhost:3000