1.1.4 • Published 4 months ago

@nextcloud/notify_push v1.1.4

Weekly downloads
26
License
AGPL-3.0-or-later
Repository
github
Last release
4 months ago

@nextcloud/notify_push

npm

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')
})