Skip to content

Dropbeat is online music player that lets you listen to music in online streaming sources better.

License

Notifications You must be signed in to change notification settings

threadbuilder/dropbeat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropbeat

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.

Deployment

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

Coding convention

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.

License

This project is licensed under MIT License.

Authors

Park Ilsu @daftshady - Original developer

Lee Taeksoo @vulpeszerda

About

Dropbeat is online music player that lets you listen to music in online streaming sources better.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • CSS 19.4%
  • Python 2.2%