Skip to content
/ weather Public

Shows weather in selected cities. It is possible to add and remove cities. Also update the weather data manually or when reloading the page.

Notifications You must be signed in to change notification settings

NeoZis/weather

Repository files navigation

weather

This application shows the weather in selected cities. Selected cities are saved in localStorage.

Technologies

  • Vue 3
  • Pinia
  • SCSS

Project Setup

  1. Copy environment variables file and use your own api key from https://api.openweathermap.org
cp .env.example .env
  1. Install npm dependencies
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

Shows weather in selected cities. It is possible to add and remove cities. Also update the weather data manually or when reloading the page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published