jlsgonzales-mitdc / NodeJS-Upskilling14

MIT License
0 stars 0 forks source link

Happy Mood Party #21

Open suahdad opened 2 years ago

suahdad commented 2 years ago

While listening in the radio, client is presented with emoji buttons when these buttons are clicked, it sends the emoji to the server

the server then collects these responses and counts, and when a certain limit is reached for happy emoji, when reaching: 4 happy emoji, will send out event of listening emoji 7 happy emoji, will send out event of dancing emoji 10 happy emoji, will send out event of partying emoji

Sad Emoji not implemented due to time constraints

when party emoji is sent, counters are reset

suahdad commented 2 years ago

done setting base code