Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tylerlh/sndprty
- Owner: TylerLH
- Created: 2012-02-13T06:04:36.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-29T09:56:19.000Z (almost 13 years ago)
- Last Synced: 2024-04-15T18:19:02.919Z (9 months ago)
- Language: JavaScript
- Homepage: http://sndprty.imtyler.info
- Size: 2.43 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.