Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pureooze/podcastfeed-java
- Owner: pureooze
- License: mit
- Created: 2017-07-30T02:48:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T01:33:32.000Z (over 7 years ago)
- Last Synced: 2024-10-25T17:29:13.597Z (3 months ago)
- Topics: javafx, javafx-8, junit, junit4, podcast, podcast-aggregator, podcast-client
- Language: Java
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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