Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

danjac/podbaby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Development setup

We assume the following are installed:

  • Go 1.5+
  • PostgreSQL 8+
  • NodeJS 5.4+
  • Redis

Install

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

About

Personal podcast web client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published