Hacker News new | ask | show | jobs
by phillapier 4733 days ago
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, which currently only works in webkit browsers (Chrome & 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

2 comments

Use your own username(s), or Demo the app with these usernames:

Exfm: plapier

Hypem: phillapier

Soundcloud: phil-lapier

Very cool project! How did you compile your Sass code by the way?
I'm compiling externally with sass --watch. The sass files are kept in public/stylesheets/sass/