Tune together withi-Connect

Listen       Play       Connect 
main

Locating the music of your neighbourhood.

This program links user's with each other's Spotify playlists via the Spotify API, seeing what songs are popular in your area.

Built using React, NGINX, Django & PostGIS DB.

sec1

The web app first loads London on the map, and opens a login screen for Spotify social authentication.

After the user has logged in, the app will fly the map to the user's current coordinates and display the closest (within 25miles) playlists that have been listened to near the user. By clicking on the markers (music notes) you can bring up the information of the playlist, such as the username, playlist title and date added.

Clicking the 'Play Now' button will load the playlist and open the Spotify desktop app.

The user's most recent playlist is then retrieved using the Spotify API and stored in a database as well as the user's geolocation.


sec2