Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 559 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 559 Bytes

A basic podcast player that allows you to search for podcasts and play episodes. I built this primarily as an opportunity to learn and get familiar with React.

Demo

Data

There are two endpoints that are made from Lambda functions in src/lambda.

  • /search - A simple search with the ITunes Search API
  • /feed - Grabs the RSS feed's XML and converts/formats it to JSON

TODO

  • Responsive layout
  • Make it pretty
  • Recently played list
  • More comprehensive search function
  • Optimize /feed endpoint