gragtah / spotimatch

Use multiple peoples' Spotify accounts to find intersections in the artists and tracks they like.

Home Page:http://spotimat.ch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

music-we-like

Use multiple peoples' Spotify accounts to find intersections in the songs, artists and genres they like.

Repo Setup

To get started, make a new Google App Engine application, note down its ID, and make sure you've got the App Engine Launcher installed for deployment and local testing.

Then, go to Spotify's developer console, register your app, and add http://your-app-id.appspot.com/ to the whitelist of redirect URLs.

Once you fork/ clone this repository, make a folder called assets in the root directory, and add a file keys.json with the following content:

{
	"client_id": "SPOTIFY_CLIENT_ID",
	"client_secret": "SPOTIFY_CLIENT_SECRET",
	"base_url": "http://your-app-id.appspot.com/"
}

Also, modify the first line in app.yaml to be:

application: your-app-id

About

Use multiple peoples' Spotify accounts to find intersections in the artists and tracks they like.

http://spotimat.ch/

License:MIT License


Languages

Language:JavaScript 68.5%Language:HTML 13.4%Language:CSS 9.8%Language:Python 8.3%