Skip to content
/ veather Public

[Practice] Simple weather app based on OpenWeatherMap API

License

Notifications You must be signed in to change notification settings

yhunko/veather

Repository files navigation

veather

Veather stands for Vue + Weather

Simple weather app based on OpenWeatherMap API

Preview image

Table of Contents

Introduction

Basic app for viewing weather fast. More of a practice project.

Project uses:

Features

  • Simple and clean interface
  • Ability to save cities to localStorage
  • Quick access to specific cities by URL
  • Quick access to saved cities from home page

Project structure

Project setup

  1. Clone the repo.

  2. Create .env.local file at the root and add your OpenWeatherMap API key:

VUE_APP_API_KEY=
  1. Install dependencies:
yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.