@alphatr/bark

0.1.0 • Public • Published

Bark 自定义发送客户端

使用

const accessKey = "<accessKey>";
const secretKey = "<secretKey>";

const client = new Bark(accessKey, secretKey, "http://www.example.com/sender");
const error = await client.send("title", "content", "link", "copy");
if (error) {
    console.log(error);
}

Readme

Keywords

none

Package Sidebar

Install

npm i @alphatr/bark

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

3.52 kB

Total Files

5

Last publish

Collaborators

  • alphatr