4 ms·
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 pu
by phillapier 13y 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 http://Meteor.com
* Bourbon Sass Mixin Library – http://bourbon.io http://bourbon.io
* Spin.js – http://fgnass.github.io/spin.js/ http://fgnass.github.io/spin.js/
* Moment.js – http://momentjs.com/ http://momentjs.com/
* RSVP.js – https://github.com/tildeio/rsvp.js https://github.com/tildeio/rsvp.js
- phillapier 13y agoUse your own username(s), or Demo the app with these usernames: Exfm: plapier Hypem: phillapier Soundcloud: phil-lapier
- deleted 13y ago[deleted]
- sgdesign 13y agoVery cool project! How did you compile your Sass code by the way?
- phillapier 13y agoI'm compiling externally with sass --watch. The sass files are kept in public/stylesheets/sass/