Weather Web is a single page built using Vue. The page displays forecast of the day for your location, the current weather and a chart that shows data of the weather for the next 7 days. A component shows a selection of movies about weather and a quote about climate. This is a demo project built using Vue.js and is not a production ready website.
- Today weather forecast for your current location (12 weather data points).
- Weekly weather data for your current location (Temperature and wind data graph for 7 days).
- Weather movies, a selection of disaster movies about weather events (10 movies).
- Weather quotes, a quote about weather will be shown every day (10 quotes).
- Open Meteo - Open Meteo API is free with rate limits, no api key required.
See Vite Configuration Reference.
- Download or clone files in your local environment.
npm install
npm run dev
npm run build