RSSAudioPlayer 1.0

Quick system to play your (currently my) favourite podcast feeds and stuff.
This commit is contained in:
Ismo Vuorinen
2013-07-26 15:33:28 +03:00
parent a49274bea0
commit 9441defd90
17 changed files with 495 additions and 0 deletions

8
composer.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "ivuorinen/rss-audio-player",
"description": "Web based RSS Audio Player",
"license": "MIT",
"require": {
"simplepie/simplepie": "*"
}
}