MateuszKawka / weather-app-v2

Home Page:https://mateuszkawka.github.io/weather-app-v2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather app v2

App for presenting accurate weather data from openweathermap with features:

  • Allows you to save your cities to get faster access to weather data

  • Displayed data:

    • temperature
    • description
    • wind
    • humadility
    • pressure
    • clouds
    • visibility
    • rain
    • snow
  • support progressive web app

  • uses local storage to store data

  • filter by name over 200,000 cities from openweathermap

Supported by VueJS.

Project Screen Shot(s)

Main screen

Weather data screen

Installation and Setup Instructions

Clone down this repository. You will need node and yarn or npm installed globally on your machine.

Installation:

yarn

To Run Test Suite:

yarn unit

To Start Server:

yarn serve

To Visit App:

localhost:8080/

About

https://mateuszkawka.github.io/weather-app-v2/


Languages

Language:Vue 68.3%Language:JavaScript 24.1%Language:HTML 4.2%Language:CSS 3.4%