I recently launched my side project I've been building with Meteor js over the past few months.
It uses the Soundcloud, Hypemachine, and exfm public APIs to pull in your 'favorite' tracks from each of your usernames provided. It's gives you a unified playlist of all your favorite tracks across the different sites.
Audio is being played using the HTML5 Audio API, so it currently only works in Chrome and Safari.
Built with: * Meteor JS – http://Meteor.com * Bourbon Sass Mixin Library – http://bourbon.io * Spin.js – http://fgnass.github.io/spin.js/ * Moment.js – http://momentjs.com/ * RSVP.js – https://github.com/tildeio/rsvp.js — Reply