Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pureooze/podcastfeed-java

Implementation of a podcast feed in Java using JavaFX and JUnit 4
https://github.com/pureooze/podcastfeed-java

javafx javafx-8 junit junit4 podcast podcast-aggregator podcast-client

Last synced: about 1 month ago
JSON representation

Implementation of a podcast feed in Java using JavaFX and JUnit 4

Awesome Lists containing this project

README

        

# PodcastFeed-java
Implementation of a podcast feed in Java using JavaFX and JUnit 4

## Current Features
* Add/Remove podcasts from iTunes (potentially any rss feed could work)
* Load podcasts from local storage iTunes.json file
* Load episodes based on selected podcast

## Planned Features
* Play selected episodes
* UI interface for audio player controls
* Downloading episodes to local storage

## Dependencies
* Java 8
* JavaFX 8
* JUnit 4
* TestFX 4
* Hamcrest
* Guava
* GSON
* ROME