2.0.1 • Published 1 year ago

@usama8800/freedesktop-notification-reader v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Freedesktop Notification Reader

Reads Freedesktop notifications from DBUS

Usage

import { getNotification } from '@usama8800/freedesktop-notification-reader';

// From Application
const chromeNoti = await getNotification({from: 'Chrome'});

// With header
const instaNoti = await getNotification({head: 'Instagram'});

// Regex match on body
const messageNoti = await getNotification({head: 'Instagram', body: /inta_username: /i});
2.0.1

1 year ago

2.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago