UNPKG
nwsm
Version:
latest (1.0.1)
1.0.1
1.0.0
Terminal Node.js WhatsApp Send Message
github.com/necdetuygur/nwsm
necdetuygur/nwsm
nwsm
/
index.js
7 lines
(5 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
sendMessage = require(
"./lib/nSendMessage"
);
const
args
= process.argv.slice(
2
); (
async
() => {
await
sendMessage(
args
[
0
],
args
[
1
]); })();