UNPKG

@song940/serverchan

Version:
10 lines (8 loc) 226 B
const ServerChan = require('..'); const chan = new ServerChan({ sckey: 'SCT82268Td2xus2Ms6YDvKbVIqaNNELzx' }); (async () => { const res = await chan.sendMessage('node-serverchan', 'hello world') console.log(res); })();