A Node.js Application for Polls on WhatsApp
-
/createPollCreates a new poll.
-
/getMessageFetch Relevant Data to display data in a meaningful way for the frontend.
-
/getVotes/{pollID}Fetch Votes for a particular poll.
-
/vote/{pollID}/{optionID}Register Your Vote for a particular option.