Podblast
A podcast search and recommendation app written in Swift, consuming the Listen Notes API.
Installation
- Clone this repo
- Get yourself a Listen Notes API key for free here
- Open the project in XCode and add a file "ApiKeys.plist"
- Add the following key/value pair: key = "LISTENNOTES_API_KEY", value = <your api key string>
- Launch the app!
Please note that the intent here was to learn Swift and iOS programming, not interface design! :P