@nextcloud/notify_push A javascript client for notify_push events for Nextcloud apps. Installation npm i -S @nextcloud/notify_push Usage import { listen } from '@nextcloud/notify_push' listen('notify_file', () => { console.log('A File has been changed') })