GitXplorerGitXplorer
m

tapas-bar

public
20 stars
4 forks
1 issues

Commits

List of commits on branch master.
Unverified
a4eaa27c4567ad5d7abec38813d56aee83b60bce

bump dependencies

llmarburger committed 11 years ago
Unverified
69e8e7ff3e8a29bc9221975c4f5acf7f235190b3

Merge pull request #4 from lmarburger/list-unwatched-episodes

mmislav committed 12 years ago
Unverified
e8c50d60f48f7b952bd01ad13da509785d300c60

list unwatched episodes

llmarburger committed 12 years ago
Unverified
de1197718f205d0b374b3d45c550575bb61a0872

Merge pull request #3 from lmarburger/https-rubygems

mmislav committed 12 years ago
Unverified
1ca7a5b8db4b17ae93aacd253c80f25fec404da3

Merge pull request #2 from lmarburger/create-media-directory

mmislav committed 12 years ago
Unverified
d29d658c9d3dd951919978620070364427b9b0f6

Merge pull request #1 from lmarburger/master

mmislav committed 12 years ago

README

The README file for this repository.

Tapas Bar

A silly tiny webapp for watching RubyTapas that you run locally. You need to be a RubyTapas subscriber.

Add your credentials to ~/.netrc:

machine rubytapas.dpdcart.com
  login mislav@example.com
  password heytherelittlelarry

Now refresh:

NO_DOWNLOAD=1 ./refresh

The list of episodes will be downloaded and stored, but not media files. In future you should run just ./refresh to fetch new episodes + media.

You can now run the webapp and should see the episodes.

Bonus points: Pow

bundle install
ln -s $PWD ~/.pow/rubytapas

Find your IP on the local network:

ifconfig -a | grep 'inet ' | grep broadcast | awk '{ print $2 }'

Watch http://rubytapas.YOUR-IP.xip.io from any device on your network.