In order to run the code you must install Maven.
From the command line run the package command to create the jar file:
$ mvn package
Then use java to execute sample code for instance:
$ java -cp ./target/podcast-api-1.0-SNAPSHOT.jar com.listennotes.podcast_api.Sample
To run tests use the test command:
$ mvn test