Code Monkey home page Code Monkey logo

dropbeat's Introduction

Dropbeat: Web music player

Dropbeat is open-source web music player that lets you listen to music in online streaming sources better.

We all are tired of crappy youtube playlist, horrible UX of soundcloud in which even single-track repeat is impossible.

You can search music from multiple streaming sources and manage, share playlist with standard music player interface.

alt tag

Development

Dropbeat has been developed on ubuntu, osx machine.

To run dropbeat in your local environment,

  1. Clone this repository.
  2. Run pip install -r requirements.txt to install python dependencies.
  3. Set database env variables in settings.py accordingly. You may need to install mysql in this step. (Or you can use sqlite by setting DBT_TEST flag.)
  4. Create database named as dropbeat and execute python manage.py migrate.
  5. python manage.py runserver [host]:[port] will run the server in debug mode.

There are apis which rely on 3rd party services such as youtube api.

They should run asynchronously and that's why there are celery broker, redis configurations in the settings.py.

But in debug mode, all apis run synchronously so that we don't need to run message broker and celery worker while developing it.

Test

There are few testcases which show basic usage of each api.

To run it, you should install docker and docker-compose first.

After that, run-docker-test.sh will execute simple integration tests on virtual ubuntu environment.

Compatibility

Dropbeat works well on chrome, safari and firefox.

Internet explorer is not supported. (Actually, we haven't even tried it because we don't have any interest in it.)

Javascript modules are based on ES5.

Also, api server is based on python 2 and we definitely have a plan to support python 3 too.

License

This project is licensed under MIT License.

Authors

Ilsu Park @daftshady

Eugene C. Lee @lordpeara

dropbeat's People

Contributors

daftshady avatar lordpeara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dropbeat's Issues

from celeryapp import app

from celeryapp import app

When run the code, it shows

ModuleNotFoundError: No module named 'celeryapp'

And I have installed celery.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.