Skip to content

The weather website made with Vue.js, Nuxt 3, Pinia, TypeScript, and SCSS

Notifications You must be signed in to change notification settings

OGUMAN/weather-app

Repository files navigation

The weather website

This website is for seeing the weather of any location: city, village, street, etc. You can watch the weather on the map: wind, temperature, lighting, clouds, pressure, and rain. The stack is Nuxt 3, Pinia, Vue 3, TypeScript, and SCSS. The website is using the service www.windy.com for the map, https://open-meteo.com for weather data, https://locationiq.com for search, and https://worldtimeapi.org for the current local time for a given timezone.

Icons used on this website

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

About

The weather website made with Vue.js, Nuxt 3, Pinia, TypeScript, and SCSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published