ksuzu46 / weather-pwa

A progressive web application build with node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherPWA


Description

A progressive web application build node.js which will tell the user current or future weather at selected locations. This app is installable on multiple operating systems.

Key Learnings

  • How to create an installable app by specifying manifest.js
  • Caching information for better experience both online and offline, by implementing service-worker.js
  • Used Clever Cloud for hosting a node app
  • Used Dark Sky API for weather data

Web Page

https://weatherapp-ks5810.cleverapps.io

Installation

  • For windows, chrome-os and android, open this page on any browser, and click install icon.
  • For ios, open this on safari, then choose "Add to Home Screen" from exporting menu at the bottom.
  • The app is now installed and ready to use.
  • Reference

    Followed specification on one of the google codelab projects. please visit here for more details.

    About

    A progressive web application build with node.js

    License:Apache License 2.0


    Languages

    Language:HTML 62.3%Language:JavaScript 36.6%Language:CSS 1.0%