Podlove preview consists of 2 mix projects:
metalove
- Elixir application to fetch and cache podcast metadata from the internet.preview
- Phoenix application to show a nice frontend for any podcast based on the publicly avaiable data fetched through metalove and using the podlove web player and podlove subscribe button as interface to it.
To start your Phoenix server:
- Go to the
preview
directorycd preview
- Install Elixir dependencies with
mix deps.get
- Install Node.js dependencies with
cd assets && npm install
- Start server by
mix phx.server
oriex -S mix phx.server
interactively
Now you can visit localhost:4040
from your browser.
mix test
This project is distributed under the MIT License - see the LICENSE.txt file for details