ClimateTrackr is a weather application designed to provide users with detailed weather information using the OpenWeather API. It allows users to track weather conditions for various locations worldwide.
- Current Weather: Get real-time weather updates for a specific location.
- Weather Forecast: View a 5-day weather forecast to plan ahead.
- Multiple Locations: Easily check weather details for different cities.
- User-Friendly Interface: Intuitive design for seamless navigation and usability.
- Weather Alerts: Receive alerts for severe weather conditions.
-
Clone the repository:
git clone https://github.com/Wiiwake3101/ClimateTrackr.git
-
Open the
index.htmlfile in your preferred web browser. -
Get your API key from OpenWeather and replace
YOUR_API_KEYin theconfig.jsfile with your key:const API_KEY = 'YOUR_API_KEY';
- Upon opening
index.html, the application will load. - Enter the desired location to fetch the current weather or forecast.
- Navigate through the interface to switch between the current weather and the 5-day forecast.
- Explore different locations by searching for their names or ZIP codes.
- JavaScript
- HTML/CSS
- OpenWeather API
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch
- Make your changes
- Commit your changes
- Push to the branch
- Create a pull request
- Thanks to the OpenWeather API for providing weather data.
- Inspiration for design and functionality from various weather applications.
For any inquiries or feedback, please contact Vivek MG or open an issue in the repository.