Skip to content

bodhello/musicleague

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music League

Build Status Coverage Status

Have you ever wanted to battle it out with your friends and see who has the best taste in music?

Music League let's you do just that! Create a league, invite your friends, and have everyone submit their favorite songs to be voted on by the entire group! Music League integrates with the Spotify API and will handle the playlists, email reminders, and voting - all you have to do is submit, listen, and vote!

Using this Repo

Music League relies on multiple other open source projects:

I recommend using virtualenv along with virtualenvwrapper for the smoothest experience.

Prerequisites

There are two prerequisites to install before running:

Make Utils

You may do any of the below after installing prerequisites, cloning this repo, and running make install.

Linting

make lint

Running Unit Tests

Requires listed prerequisites to be up and running.

make unit

Running Locally

Requires listed prerequisites to be up and running.

make run

Running Continuous Integration Script

Requires listed prerequisites to be up and running.

make ci