Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days ago
JSON representation
Minimal Weather PWA: Offline, Push Notification and Web Payments
- Host: GitHub
- URL: https://github.com/mutebg/pwa-weather
- Owner: mutebg
- Created: 2016-11-19T19:55:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T08:00:13.000Z (about 5 years ago)
- Last Synced: 2024-10-28T18:53:10.868Z (about 2 months ago)
- Topics: notifications, offline, pwa, pwa-example, pwa-weather, serverless
- Language: JavaScript
- Homepage: https://willrain.today
- Size: 232 KB
- Stars: 98
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - pwa-weather - Minimal Weather PWA: Offline, Push Notification and Web Payments (JavaScript)
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