Tag Archives: html5

Relisten

I’ve been working on a side project, Relisten.  This is a web application for Facebook and Spotify users that aggregates listening history into weekly playlists that can be “relistened” through Spotify. The app came from my usage of Last.fm and the realization that no such tools exist for data on Facebook.

Relisten was an exercise in using the Facebook javascript API and HTML5 localStorage. The technical goal of Relisten is to achieve a fully functional web application without any server-side processing. Facebook data is retrieved from your own browser and stored locally, allowing for an intrinsically scalable app.