Dropbeat is online music player that lets you listen to music in online streaming sources better.
We all are tired of pressing refresh button to repeat youtube music and seeing commercial ads on youtube.
Furthermore, clicking favorite soundcloud tracks on my chrome bookmarks always makes me angry.
I'm a developer who loves music, especially EDM.
Dropbeat
is the manifestation of my interest to make a better interface to enjoying streaming music.
We are providing simple running script run_dropbeat.py
for anyone who want to develop or test Dropbeat
in his own environment.
This will run Dropbeat
on localhost 9000 port(default).
$ python run_dropbeat.py
You can run it with HOST:PORT pair like this
$ python run_dropbeat.py 0.0.0.0:9000
This project follows javascript style of douglas crockford
and Google Javascript Style Guide
.
Always uses ECMAScript 5's strict mode
on writing javascript modules.
Limit all lines to a maximum of 80 characters.
This project is licensed under MIT License.
Ilsu Park @daftshady - Original developer
Taeksoo Lee @vulpeszerda