zimmed / podplay

Podplay.me - The Multiplatform Podcast Player
MIT License
2 stars 0 forks source link

Wrap iTunes API in Server #3

Open imcgaunn opened 9 years ago

imcgaunn commented 9 years ago

To support the client-side code in retrieving podcast information / doing searches, the iTunes API will have to be implemented in the backend. Subroutes of an api endpoint would probably be the cleanest way to do this.

podplay/routes/api.js

imcgaunn commented 9 years ago

we probably also will need something to parse the podcast feeds on the server.