ELIZA is a WhatsApp bot designed for IIT-M students to make their academic journey easier. With ELIZA, you can stay on top of your classes, access notes and playlists, and get reminders. Plus, the bot is open-source and completely free to use.
29
stars
4
forks
source link
Add Proper logging to all the functions to track down bugs easily #8
Example:
add
console.log("Entering FunctionName")
andconsole.log("Exiting FunctionName");