Weather App is a web application that provides current weather information for a given location. Users can search for weather information for a specific location by city name or zip code, and the app displays the current weather conditions including temperature, humidity, wind speed, and weather description.
- Search for weather information by city name or zip code
- Display current weather conditions including temperature, humidity, wind speed, and weather description
- Display weather icons to represent weather conditions
- Responsive design for optimal viewing on different devices
- Background images are fetched from Unsplash and is changed according to the City name.
- HTML5, CSS3, JavaScript for front-end development
- OpenWeatherMap API for fetching weather data
- Vanilla tilt.js library
-
Clone the repository to your local machine: git clone https://github.com/anchitgupta01/weather-app.git
-
Change to the project directory: cd weather-app
- Obtain an
API key
from OpenWeatherMap API by signing up for a free account at https://openweathermap.org/. - add into script.js in "apikey"
Open a web browser and go to go live
(in vs code) to view the weather app.
- Weather data is fetched from OpenWeatherMap API (https://openweathermap.org/)
If you would like to contribute to the Weather App, feel free to submit a pull request or open an issue with suggestions or bug reports.