Skip to content

IacopoC/weather-web

Repository files navigation

Weather Web - Forecast for your location

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.

Features

  • Today weather forecast for your current location.
  • Weekly weather forecast for your current location.
  • 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).

Dependencies

API

  • Open Meteo
  • Open Meteo API is free with rate limits, no api key required.

Customize configuration

See Vite Configuration Reference.

Project Setup

  • Download or clone files in your local environment.
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Link