The Weather App is a user-friendly web-based application that provides current weather information for any location worldwide. With a sleek design and accurate data, it's the perfect tool for anyone who wants to stay informed about the weather.
- Real-time Weather Data: Get up-to-date weather information including temperature, humidity, and wind speed.
- Location Search: Search for weather by city name.
- Weather Icons: Visually appealing icons to represent different weather conditions.
- HTML5: Structure and layout of the app.
- CSS3: Styling and responsive design.
- JavaScript: Dynamic content and interaction.
- API: OpenWeatherMap API for fetching weather data.
-
Clone the repository:
git clone https://github.com/Nesniw/weather-app.git cd weather-app
-
Setup API Key:
To fetch weather data, you need an API key from OpenWeatherMap. Follow these steps:
- Go to OpenWeatherMap and sign up for an API key.
- Replace YOUR_API_KEY in the script.js file with your actual API key:
const apiKey = 'YOUR_API_KEY';
-
Open index.html from your local folder
Thank you for visiting Weathery! 😊