Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/si1og/weather_application_v1.4x_vue
https://github.com/si1og/weather_application_v1.4x_vue
vue weather
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/si1og/weather_application_v1.4x_vue
- Owner: si1og
- License: mit
- Created: 2023-11-07T15:23:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T19:57:25.000Z (10 months ago)
- Last Synced: 2024-11-20T18:15:54.147Z (2 months ago)
- Topics: vue, weather
- Language: Vue
- Homepage: https://weather-app.si1ogdev.ru/
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Приложение "Погода" v1.4.5
## Фичи
- Кроссплатформенность
- Автоматическое распознование местоположения
- Удобный и понятный интерфейс
- Отображение данных в разнообразных форматах
- Гибкие настройки
- Поддержка [PWA](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps)## API, использованные в проекте
- [Openweathermap api](https://openweathermap.org/api)
- [Locationiq api](https://locationiq.com/)## Иконки
- [Meteocons](https://github.com/basmilius/weather-icons)
## Чтобы запустить приложение локально:
1. Установите [Node.js](https://nodejs.org/en)
1. Зайдите в [релизы](https://github.com/ilyasemenov1/Weather_application_v1.4x_vue/releases) и скачайте исходный код
1. Разархивируйте проект
1. Откройте терминал
1. Перейдите в папку проекта и введите:```sh
npm install
npm run dev
```