Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

ghall89/bzzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This project is now hosted on Codeberg: https://codeberg.org/ghalldev/bzzz

bzzz

A minimal package for sending push notifications with brrr, by Simon B. Støvring.

Usage

Sending a simple notification

Sending a basic notification is simple.

import Bzzz from 'bzzz'

const bzzz = new Bzzz("YOUR_BRRR_SECRET")

await bzzz.notify("Hello World!")

Sending a custom notification

You can optionally pass an object to the notify() method containing at least a title and message.

import Bzzz from 'bzzz'

const bzzz = new Bzzz("YOUR_BRRR_SECRET")

await bzzz.notify({
  title: "Hello World",
  message: "Howdy there.",
});

About

Send push notifications with brrr

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors