A client for Pushover, a service for sending notifications. Typesafe. +Supports sending the same message to multiple users.
+⚠️ This package is not yet published to npm.
+pnpm add @cis-oss/pushover
+
+
+npm install @cis-oss/pushover
+
+
+yarn add @cis-oss/pushover
+
+
+bun add @cis-oss/pushover
+
+
+Get all available sounds.
+Send the notification.
+OptionalappToken?: stringOptionalattachment?: { data?: string | File; type?: string }Optionalhtml?: booleanOptionalmessage?: stringThe message to send.
+Optionalpriority?: { callback?: string; expire?: number; level?: number; retry?: number }Optionalsound?: stringOptionaltimestamp?: DateOptionaltitle?: stringThe title of the message.
+Optionalurl?: { title?: string; url?: string }The URL to open when the notification is clicked.
+Optionaltitle?: stringThe title of the URL to be displayed.
+Optionalurl?: stringThe URL itself.
+Optionalusers?: { devices?: string[]; name?: string; token?: string }[]
Get all available devices for a user.
+