Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 489 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 489 Bytes

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