jujoco / twitch-multitask-task-list-overlay

An interactive multitask task list overlay for Twitch streamers to increase viewer engagement and productivity.
MIT License
8 stars 3 forks source link

add audioPlayer.js for alarm functionality #2

Closed ThomasNVu closed 4 weeks ago

ThomasNVu commented 1 month ago

The addition of an alarm allows users to know when the timer is finish therefore preventing confusion of when the time is finished.

jujoco commented 1 month ago

@ThomasNVu I appreciate you contributing. please push your branch using git collab best practices.

git add remote jujoco https://github.com/jujoco/Twitch-chatbot-multitask-task-list-overlay.git after adding my repo as a remote destination you can push your branch, allowing me to fetch and review your branch git push jujoco feat/audio in this case, you are pushing your branch "feat/audio" to this repo for review 👍🏼

thanks again!