Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caiquemitsuoka/sextou
Share the playlists with your friends. (the name is in portuguese)
https://github.com/caiquemitsuoka/sextou
Last synced: 3 months ago
JSON representation
Share the playlists with your friends. (the name is in portuguese)
- Host: GitHub
- URL: https://github.com/caiquemitsuoka/sextou
- Owner: CaiqueMitsuoka
- Created: 2017-01-02T21:40:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T21:05:39.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T16:04:51.726Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 205 KB
- Stars: 21
- Watchers: 5
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sextou
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.
## Setup
1. Create an [spotify app](https://developer.spotify.com/my-applications/#!/applications/create) then get the `client id` and the `secret id`. You also need to put a callback for your app, in development it's fine to use `http://localhost:3000/auth/spotify/callback`.
2. Edit the `.env.example` at the root directory with the key provided by Spotify.
3. Rename the `.env.example` to `.env`
4. Run: `bundle install`
5. Create the database `Rake db:create`
6. Run migrations `Rake db:migrate`
5. Run: `bundle exec rails s`