[GH-ISSUE #146] 为 bark 写的一个简单的 jssdk #133

Closed
opened 2026-03-03 11:37:22 +03:00 by kerem · 0 comments
Owner

Originally created by @afeiship on GitHub (May 6, 2022).
Original GitHub issue: https://github.com/Finb/Bark/issues/146

github

https://github.com/afeiship/bark-jssdk

installation & usage

npm i -S @jswork/bark-jssdk
import BarkJssdk from '@jswork/bark-jssdk';

const sdk = new BarkJssdk({ sdkKey: 'YOUR_SDK_KEY'});
// send a message
sdk.notify({ title: 'Tips', body: 'New message comming.' });

@Finb

Originally created by @afeiship on GitHub (May 6, 2022). Original GitHub issue: https://github.com/Finb/Bark/issues/146 ## github https://github.com/afeiship/bark-jssdk ## installation & usage ```shell npm i -S @jswork/bark-jssdk ``` ```js import BarkJssdk from '@jswork/bark-jssdk'; const sdk = new BarkJssdk({ sdkKey: 'YOUR_SDK_KEY'}); // send a message sdk.notify({ title: 'Tips', body: 'New message comming.' }); ``` @Finb
kerem closed this issue 2026-03-03 11:37:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Bark#133
No description provided.