eduardoluisrodriguez / weatherapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Application

Progressive Web Applications (PWA) are re-defining web user experience just like native applications, with offline, notification support etc.

Vue.JS is being one of the primary frameworks driving web experience into next level with PWA.

This repository includes source for a simple weather application to illustrate how easy it is to created PWA by using Vue.js.

Weather Application Features

  • Ability to view hourly and daily weather forecast for given city
  • Ability to select city based on current location
  • Ability to save favourite city (with offline capability)
  • Offline ability to view UI and weather data
  • Ability to show offline status

weather web app

Tools & APIs

Web Frameworks & Plug-ins

Web API's / SDK's

Recommended Tools

Storage

Getting Started

Install

Open command prompt and navigate to the directory where the above source is cloned.

Run the following command to install required packages:

yarn install

Run in Local Environment

Run the following command to run the application in local development server

yarn serve

Open the application in browser: http://localhost:8080.

Build Production Output

Run the following command to build production output to be deployed in production server

yarn build

About

License:MIT License


Languages

Language:CSS 53.7%Language:Vue 32.9%Language:JavaScript 11.6%Language:HTML 1.8%