debugger22 / github-audio

Listen to music generated by events happening across GitHub :octocat: 🎷
https://github.audio
MIT License
1.74k stars 99 forks source link

Expose the framework behind UI viz and music #57

Open OrkoHunter opened 1 year ago

OrkoHunter commented 1 year ago

github.audio uses events to generate UI bubbles and sounds. The events in this case are coming from GitHub. But there are several use cases where the events could come from a different system and folks might want a similar website to be up and running.

A finance company might want to hear the sounds of transactions. Twitter might want to hear the sounds of activities on Twitter.

The framework behind this should be reusable and separated out from github.audio project :)