Skip to content

Commit

Permalink
docs: Add tip for running pending notifications from browser
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Apr 3, 2024
1 parent 515985e commit 1bd8d7b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,13 @@ Using the **slug** defined for your digest (ENV defaults to `my-digest`) make a
http://SERVER_IP:8078/api/SLUG
```

and TND will immediately process any pending notifications
and TND will immediately process any pending notifications.

TIP: Create a bookmarklet for your browser to run this easily:

* Using https://www.yourjs.com/bookmarklet in the Bookmarklet Javascript box:
* `fetch('http://MY_IP:8078/api/my-digest', {method: 'POST'}).then();`
* Convert to Data URL
* Drag and drop converted data url into your bookmarks

Then the bookmark can be clicked to trigger pending notifications to run.

0 comments on commit 1bd8d7b

Please sign in to comment.