Weather Forecast using Open Weather API to display four-day weather infomation. |
Here is a working live demo : https://weather-forecast-wheat-six.vercel.app/
- By storing the 24-hour search history in localStorage, data fetching can be accelerated.
-
Using css grid to create bar chart to display min and max temperature.
-
Using css conic-gradient to create pie chart to display humidity.
The Weather Forecast is compatible with devices of all sizes.
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
If you find a bug, kindly open an issue here. If you'd like to request a new function, feel free to do so by opening an issue here.
- Vue
- Vite
- Open Weather API
- Implement an auto-complete functionality for city name input.
- Utilize the geolocation API to suggest relevant city names for the search query.
- Author: Ruei Tian, Wang
- E-mail: want2813@gmail.com