1.0.6 • Published 10 months ago

@jswork/bark-jssdk v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

bark-jssdk

Bark sdk for js.

version license size download

installation

npm install @jswork/bark-jssdk

usage

import BarkJssdk from '@jswork/bark-jssdk';

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

// OR use BarkJssdk.notify directly
BarkJssdk.notify({
  sdkKey: 'YOUR_SDK_KEY',
  title: 'Tips', 
  body: 'New message comming.'
});

resources

license

Code released under the MIT license.

1.0.6

10 months ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago