2.0.1 • Published 2 years ago

@usama8800/freedesktop-notification-reader v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago