项目作者: devpato

项目描述 :
Tutorial to show you how to make use of the Notifications API
高级语言: JavaScript
项目地址: git://github.com/devpato/pwa-notifications.git
创建时间: 2020-01-09T21:51:38Z
项目社区:https://github.com/devpato/pwa-notifications

开源协议:Apache License 2.0

下载


PWA Notification

Have you ever wondered how to display one of those annoying notifications on your website?

In this tutorial you will see how it’s done.

LIVE DEMO:

https://pwa-notification-td.firebaseapp.com/

Screenshots


We will make use of the Notification API

Notification API: The Notification interface of the Notifications API is used to configure and display desktop notifications to the user. These notifications’ appearance and specific functionality vary across platforms but generally they provide a way to asynchronously provide information to the user.

Note: The notification API is not the same as the Push API.