A simple weather application built with Node.js and Express. The app allows users to search for current weather information of any city around the world by entering the city name. The data is fetched from the OpenWeatherMap API, and the app displays the temperature, weather description, and an icon representing the current weather.
- Get real-time weather data for any city.
- Displays temperature in Celsius.
- Shows a weather description (e.g., "clear sky", "rain", etc.).
- Displays a weather icon based on the current conditions.
- Node.js: The backend server.
- Express: A web framework for Node.js.
- OpenWeatherMap API: The API to fetch weather data.