🌤️
This is a simple web application that allows users to check the weather for a specific city. It provides real-time weather information such as temperature and weather description.
- Enter the name of a city in the input box.
- Click the "Submit" button or press Enter.
- The application will fetch weather data for the specified city and display it.
- HTML
- CSS
- JavaScript
- Weatherbit API for weather data
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/Frankelly-Guzman/Weather-App.git
cd Weather-App
- Open the
index.html
file in your web browser to use the Weather App.
You can customize the appearance of the application by modifying the styles.css
file. Additionally, you can enhance the functionality by exploring the JavaScript code in the app.js
file.
- Weather icons provided by Weatherbit
- Weather data provided by Weatherbit API
This Weather App was created by Frankelly Guzman.
If you have any questions or feedback, please feel free to contact me.
Enjoy checking the weather with the Weather App!