UNPKG

@song940/serverchan

Version:
20 lines (14 loc) 323 B
## ServerChan > 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