A simple weather application built with Node.js and Express.js that provides real-time weather information based on user input.
- Get current weather conditions by entering a city or location.
- Display temperature, humidity, wind speed, and more.
- Clean and intuitive user interface.
- Responsive design for mobile and desktop users.
Follow these instructions to get the project up and running on your local machine. cd weather-app npm init npm install node src/app.js
OPEN WEATHER API
- Node.js: Make sure you have Node.js installed. You can download it from nodejs.org.
-
Clone the repository:
git clone https://github.com/your-username/weather-app.git