Skip to content

rjoo/podcastplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple React based podcast player

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published