This is an Express.js weather web application that fetches real-time weather data using the OpenWeatherMap API. The application displays current weather conditions for a specified location.
git clone https://github.com/jayantsingh-22/weather-app.git
cd weather-app
npm install
node server.js
http://localhost:3000
.YOUR_API_KEY
in the server.js
file.This project is licensed under the MIT License. See the LICENSE file for more details.
Contributions are welcome! Please open an issue or submit a pull request.
Check out the live demo here.