@alphatr/bark
v0.1.0
Published
Bark custom sender client
Downloads
9
Readme
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);
}