/noodlemix

Mix and Podcast Database

Primary LanguageJavaScript

NoodleMix

A collaboratively maintained podcast/mix directory.

Installation instructions

Clone the repository

git clone git://github.com/nooodle/noodlemix.git

Install node by using brew or through the website http://nodejs.org/#download

cd noodlemix

cp local.json-dist local.json

npm install

Run the site

node app.js

Tests

make test