An application that sends a message at a specific time to a certain what's app contact
You need to install node.js v16.x to run this application.
npm install
npm run start {phone number} {time} {message}
Scan the generated QR
npm run start 123456789 "10:32:11" "Hello World"
NOTE: The phone number should include the country code without the + sign.
LICENSE: GNU General Public License v3.0