An open API service indexing awesome lists of open source software.

https://github.com/georggeo/weather-app-vue

Weather application built with Vue.js, using the OpenWeatherMap API to display real-time weather data. Features include location-based weather search, current weather conditions, and a responsive design.
https://github.com/georggeo/weather-app-vue

frontend javascript openweathermap-api responsive-design vue3 vuejs weather-application web-development

Last synced: 5 months ago
JSON representation

Weather application built with Vue.js, using the OpenWeatherMap API to display real-time weather data. Features include location-based weather search, current weather conditions, and a responsive design.

Awesome Lists containing this project

README

          

## Weather application

This template should help get you started developing with Vue 3 in Vite.

## Technology stack
> - Vue 3: Приложение написано на Vue 3 с использованием Composition API
> - Компонентный подход: Приложение построено на основе компонентов, что обеспечивает модульность и удобство поддержки кода
> - Работа с API: Для получения данных о погоде используется сторонний AP
> - Препроцессоры SASS
> - Webpack
> - Работа с пакетными менеджерами (npm)
> - JavaScript
> - **Peculiar properties**
> - [x] Responsive Design
> - [x] Dynamic data update
> - [x] User-friendly interface

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```