Welcome to the Weather App! This application allows you to retrieve weather information based on location using a third-party weather API.
• Get Weather Data: Enter a location and click a button to retrieve the current weather data for that location.
• Supports Location Input: You can enter the location manually or use the Get Weather for quick submission.
• Display Weather Information: The app displays temperature hourly on the retrieved data.
• JavaScript: Used to fetch weather data asynchronously from the API and update the UI dynamically.
• HTML/CSS: Provides the structure and styling for the user interface.
• Fetch API: Utilized to make HTTP requests to the weather API and handle responses.
• Third-Party Weather API: Integrated with a third-party weather API to retrieve weather data based on latitude and longitude coordinates.
• Input Location: Enter a location (e.g., city name) in the input field.
• Get Weather: Click the "Get Weather" button or press Enter to retrieve weather information.
• View Results: The weather information will be displayed on the screen, including hourly temperature and cities.
To run the Weather App locally:
Clone the repository:
bash
Copy code
git clone https://github.com/WLemmy/WeatherApp
Open the index.html file in your web browse.
To modify or enhance the Weather App:
Open the project directory in your code editor.
Make changes to the HTML, CSS, or JavaScript files as needed.
Test your changes in the browser to ensure they work as expected.
Commit your changes and push them to your GitHub repository.
Demo You can view a live demo of the Weather App [https://app.screencastify.com/v3/watch/QRZ89tpe8n2cGWJBjt87].