Sextou is a shop (it's a merge between top and show) app that lets your playlist be guided by the people who are listening to it
Don't be that guy who puts only songs that he would like to hear.
Sextou will help you and your friends listen to music together.
It simply logs into a spotify account, selects a playlist and turns it into a link to your friends. They will add songs that they want to hear with you.
-
Create an spotify app then get the
client id
and thesecret id
. You also need to put a callback for your app, in development it's fine to usehttp://localhost:3000/auth/spotify/callback
. -
Edit the
.env.example
at the root directory with the key provided by Spotify. -
Rename the
.env.example
to.env
-
Run:
bundle install
-
Create the database
Rake db:create
-
Run migrations
Rake db:migrate
-
Run:
bundle exec rails s