/podcaster

Primary LanguageCrystalMIT LicenseMIT

PodCaster

TODO: Write a description here

Installation

Installation instructions for Ubuntu 16.04

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
sudo apt-get install ffmpeg

Usage

start podcaster from the command line and open http://localhost:3000/ in your browser

./podcaster

Development

shards install
crystal build src/podcaster.cr

Contributing

  1. Fork it ( https://github.com/cenan/podcaster/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request