An open API service indexing awesome lists of open source software.

https://github.com/s/5artists

An iOS Today Extension that shows five new artists everyday based on users Spotify saved tracks.
https://github.com/s/5artists

Last synced: about 1 year ago
JSON representation

An iOS Today Extension that shows five new artists everyday based on users Spotify saved tracks.

Awesome Lists containing this project

README

          

5Artists
========

An iOS Today Extension for Spotify users.

Basically application needs user to login with Spotify first.

After that application grabs user's saved tracks and finds a root artist.

Next step is finding related artists of this root artist.

Final step is showing user the five artists.

This application uses [Spotify.framework](http://github.com/spotify/ios-sdk) and [Echonest API](http://developer.echonest.com).

To build application succesfully you need to create an application on [Spotify Developer Site](http://developer.spotify.com) and create a .plist file named SpotifyKeys.plist. After that you need a token exchange server and an Echonest application to run application.

Example SpotifyKeys.plist file:

![Example SpotifyKeys.plist](https://raw.githubusercontent.com/s/5Artists/master/SpotifyKeys.png)

Enjoy this playlist while you build my application ♪♪♪ http://open.spotify.com/user/1199967304/playlist/3PxDHvvzjIPc4yP7pxURxb

Screenshots from the application:


Screenshot 1


Screenshot 2