@song940/serverchan
Version:
ServerChan API for Node.js
20 lines (14 loc) • 323 B
Markdown
> ServerChan API for Node.js
https://sct.ftqq.com
```js
const ServerChan = require('serverchan');
const chan = new ServerChan({
sckey: 'SCT82268Td2xus2Ms6YDvKbVIqaNNELzx'
});
(async () => {
const res = await chan.sendMessage('node-serverchan', 'hello world')
console.log(res);
})();
```
MIT