WeatherNet is a simple web application built with HTML, JavaScript, and Bootstrap, designed to fetch and display current weather information for any city in the world. Using the WeatherAPI, it provides users with real-time temperature, humidity, and general weather conditions in an easy-to-use interface.
- City Search: Users can enter any city name to retrieve its current weather data.
- Real-Time Weather Data: Displays up-to-date temperature, humidity, and weather conditions.
- Responsive Design: Styled with Bootstrap for a clean, mobile-friendly experience.
- Error Handling: Notifies users when a city is not found or when there is a network issue.
- HTML: Structuring the content of the web page.
- JavaScript: Handling API requests and dynamically displaying weather data.
- Bootstrap 5: Ensuring a responsive and accessible design.
- Clone the repository:
git clone https://github.com/chriswilder3/WeatherNet-App.git cd WeatherNet - Obtain an API Key:
- Sign up at WeatherAPI to get a free API key.
- Replace YOUR_API_KEY in weather.html with your actual API key.
- Run the weather.html locally
- API Name Change: Updated all mentions of the OpenWeatherMap API to WeatherAPI.
- Getting Started Instructions: Changed the API sign-up instructions to point to WeatherAPI, reflecting the new steps needed to get an API key.