Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mutebg/pwa-weather

Minimal Weather PWA: Offline, Push Notification and Web Payments
https://github.com/mutebg/pwa-weather

notifications offline pwa pwa-example pwa-weather serverless

Last synced: about 2 months ago
JSON representation

Minimal Weather PWA: Offline, Push Notification and Web Payments

Awesome Lists containing this project

README

        

# WillRain.Today

![WillRain.today dark theme](https://i.imgur.com/mIKXDbc.png)

WillRain.today is a simple **progressive web app** created just for fun & experimenting with latest web technologies such as:

- [ServiceWorker for offline & push notifications](https://developers.google.com/web/fundamentals/primers/service-workers/)
- [PaymentRequest API](https://developers.google.com/web/fundamentals/payments/)
- [Web App Manifest](https://developers.google.com/web/fundamentals/web-app-manifest/)
- IndexDB for storing the data localy
- [Preact.js](https://preactjs.com)

### TODO

- Credential Management API - so users can sign-in/out
- BackgroundSync - sync weather data in background ( periodicSync ).
- WebShare API

### How to build & deploy