This project used Prime Vue and Tailwind CSS in vite.
The weather data comes from openweathermap
You can access the deployed website at [(https://weather-report-three-rose.vercel.app/)].
-
Current Weather:
- Real Feel
- Pressure
- Humidity
- Cloudiness
- Condition
- Sunrise
- Sunset
- Min Temp
- Max Temp
- Visibility
- Wind Speed
- Wind Direction
-
Next Couple of Hours:
- 3-hour interval forecast for the next few hours.
Next 5 Days:
- Detailed weather forecast for the next 5 days.
# npm
npm install
# yarn
yarn install
# npm
npm dev
# yarn
yarn dev
# npm
npm build
# yarn
yarn build
# npm
npm preview
# yarn
yarn preview