This is a user-friendly weather application developed using Vue.js. It allows users to easily check the current weather and forecasts for today and the upcoming week. The app utilizes the OpenWeatherMap API for weather data and the OpenCage API for geolocation services.
You can access the deployed website at https://vue-js-test-weather-app.vercel.app/.
-
Current Weather:
- Real Feel
- Pressure
- Humidity
- Cloudiness
- Condition
- Sunrise
- Sunset
- Min Temp
- Max Temp
- Visibility
-
Next Couple of Hours:
- 3-hour interval forecast for the next few hours.
-
Next 5 Days:
- Detailed weather forecast for the next 5 days.
-
Average Week Temperature Graph:
- Graphical representation of the average weekly temperature.
-
Static Side Panel:
- Wind Information:
- Wind Speed
- Wind Direction
- Wind Speed Graph (3-hour time interval)
- Other Large Cities:
- Quick tiles displaying weather information for 4 large cities.
- Wind Information:
-
Header with Search Panel:
- Weather search functionality allowing users to search for weather information for specific locations.
- Vue.js: Frontend framework for building user interfaces.
- OpenWeatherMap API: Provides weather data for the app.
Follow these steps to set up the BreezeBlaze Weather App locally:
- Clone the Repository:
Follow these steps to set up the BreezeBlaze Weather App locally:
git clone https://github.com/elegant-idn/vue.js_test_weather_app.git
- Install Dependencies:
npm install
- Run the App:
npm run serve
Once you have followed these steps, the Weather App should be up and running locally on your machine. Access the app by opening a web browser and navigating to http://localhost:8080 (or another port number if specified in the console output).