Go to file
Omar Roth f9f20f4af0 Add shard.lock 2017-11-23 22:10:07 -06:00
assets Initial commit 2017-11-23 01:48:55 -06:00
src Add view counter, likes/dislikes, rating, and HTML parser 2017-11-23 22:06:43 -06:00
views Add view counter, likes/dislikes, rating, and HTML parser 2017-11-23 22:06:43 -06:00
.editorconfig Initial commit 2017-11-23 01:48:55 -06:00
.gitignore Initial commit 2017-11-23 01:48:55 -06:00
LICENSE Initial commit 2017-11-23 01:48:55 -06:00
README.md Update readme 2017-11-23 01:52:37 -06:00
shard.lock Add shard.lock 2017-11-23 22:10:07 -06:00
shard.yml Add view counter, likes/dislikes, rating, and HTML parser 2017-11-23 22:06:43 -06:00
youtube api.md Initial commit 2017-11-23 01:48:55 -06:00

README.md

visor

Alternative frontend for YouTube

Installation

pacman -Syu shards crystal
crystal deps

Usage

crystal run src/visor.cr

Contributing

  1. Fork it ( https://github.com/omarroth/visor/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

Contributors