Personal podcast web client
Note: this project is no longer maintained, and relies on old versions of Go and React that may be buggy and insecure. Use at your own risk!
Podbaby is a web application for listing to and organizing your podcasts.
We assume the following are installed:
go get github.com/danjac/podbaby
cd GOPATH/src/github.com/danjac/podbaby
cp .env.sample .env // edit as required
make
make test
./bin/runapp serve -env=dev
npm run dev
Open browser at localhost:5000