Weather Wise is a simple weather application built using Node.js, Express, and the Axios HTTP client to fetch real-time weather data from a public API. The application provides users with up-to-date weather information for any city, including temperature, humidity, wind speed, and a brief description of the weather condition
Users can search for the weather by entering a city name.
Displays temperature, humidity, wind speed, and weather description.
The app is optimized for both desktop and mobile devices.
Uses a public, CORS-enabled weather API for fetching weather data.
This project uses the OpenWeatherMap API to fetch weather data. The API is CORS-enabled and does not require authentication for basic usage.
To run the project locally:
Create a .env file in the root directory and add your OpenWeatherMap API key: