Skip to content
/ castaway Public

⛵ Discover, subscribe, and listen to podcasts in your web browser.

Notifications You must be signed in to change notification settings

brxck/castaway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Castaway is an application for discovering, subscribing to, and listening to podcasts in your web browser.

Desktop discover screenshot

Desktop podcast screenshot

Main Features

  • Player with skip & speed controls
  • Responsive
  • Podcast charts
  • Subscriptions
  • Listening history
  • Search
  • Categories
  • Curated podcasts
  • API response caching

Development & Deployment

Prerequisite: set up Postgres.

  1. Clone this repository:

    git clone
    
  2. Install dependencies:

    cd castaway
    bundle install
    yarn install
    
  3. Set up database:

    rails db:setup
    

    Or when deploying to Heroku:

    rails db:migrate
    rails db:seed
    
  4. Run server:

    rails server
    

About

⛵ Discover, subscribe, and listen to podcasts in your web browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published