Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tylerlh/sndprty

Radio app using Node.js & the Soundcloud API. Converts MP3 streams to OGG format in real time for better mobile support.
https://github.com/tylerlh/sndprty

Last synced: about 2 months ago
JSON representation

Radio app using Node.js & the Soundcloud API. Converts MP3 streams to OGG format in real time for better mobile support.

Awesome Lists containing this project

README

        

Soundparty
=========================

Soundparty is a music streaming web app written in Node.js/Express/Coffeescript and uses the Soundcloud API for its music library.

To run the app
--------------------

Clone the repo, cd to the folder, and install dependencies
'''bash
git clone git://github.com/TylerLH/sndprty.git
cd ./sndprty
npm install -d
coffee app.coffee
'''

You'll need to be running Node.js v0.6.10 to install all dependencies. Database connection isn't necessary atm.