Skip to content

ShGKme/notify_push-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A javascript client for notify_push events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%