A simple app built with node.js ,express and EJS.
It fetches real-time weather data using the OpenWeatherMap API
- Backend: Node.js, Express
- Frontend: EJS, CSS
- API: OpenWeatherMap
- Clone the repository
- Run
npm install - Start the app with
node server.js - Open
http://localhost:3000