Skip to content

podlove/podlove-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Podlove Preview

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.

Getting started

To start your Phoenix server:

  1. Go to the preview directory cd preview
  2. Install Elixir dependencies with mix deps.get
  3. Install Node.js dependencies with cd assets && npm install
  4. Start server by mix phx.server or iex -S mix phx.server interactively

Now you can visit localhost:4040 from your browser.

Running Tests

mix test

License

This project is distributed under the MIT License - see the LICENSE.txt file for details