Go to file
Omar Roth 7feec0c00d Add engagement rating, rating, likes, dislikes, and form of logging (primitive but in the hope of reverse-engineering requests) 2017-11-28 19:59:51 -06:00
assets Initial commit 2017-11-23 01:48:55 -06:00
src Add engagement rating, rating, likes, dislikes, and form of logging (primitive but in the hope of reverse-engineering requests) 2017-11-28 19:59:51 -06:00
views Add engagement rating, rating, likes, dislikes, and form of logging (primitive but in the hope of reverse-engineering requests) 2017-11-28 19:59:51 -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 engagement rating, rating, likes, dislikes, and form of logging (primitive but in the hope of reverse-engineering requests) 2017-11-28 19:59:51 -06:00
shard.yml Add engagement rating, rating, likes, dislikes, and form of logging (primitive but in the hope of reverse-engineering requests) 2017-11-28 19:59:51 -06:00
youtube api.md Add engagement rating, rating, likes, dislikes, and form of logging (primitive but in the hope of reverse-engineering requests) 2017-11-28 19:59:51 -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