Cycle Notification Driver
A Cycle.js Driver for showing and responding to HTML5 Notifications.
npm install @cycle/notification
Usage
Basics:
; { // ...} const drivers = notification: Cycle
Simple and normal use case:
{ let notifications$ = RxObservable show$ = notification click$ = notification error$ = notification close$ = notification all$ = RxObservable all$ return notification: notifications$ }