WeatherApp is a simple, user-friendly application that provides real-time weather updates.
- Displays current temperature
- Shows minimum and maximum temperature for the day
- Provides a weather icon that represents the current weather condition
Before you begin, you will need to obtain a free API key from OpenWeatherMap. Once you have your API key, you will need to create a .env
file in the root of the project and add the following line:
Replace your_api_key
with the API key you obtained from OpenWeatherMap.
- Clone the repository:
- Navigate into the project directory:
- Install the dependencies:
Start the application:
Open your web browser and visit http://localhost:3000
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.