2017-11-30 05:42:23 +05:30
|
|
|
# Invidious
|
2017-11-23 13:18:55 +05:30
|
|
|
|
2017-11-23 13:22:37 +05:30
|
|
|
Alternative frontend for YouTube
|
2017-11-23 13:18:55 +05:30
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2017-11-23 13:22:37 +05:30
|
|
|
```bash
|
|
|
|
pacman -Syu shards crystal
|
|
|
|
crystal deps
|
|
|
|
```
|
2017-11-23 13:18:55 +05:30
|
|
|
|
|
|
|
## Usage
|
2017-11-23 13:22:37 +05:30
|
|
|
```bash
|
2017-11-30 05:42:23 +05:30
|
|
|
crystal run src/invidious.cr
|
2017-11-23 13:22:37 +05:30
|
|
|
```
|
2017-11-23 13:18:55 +05:30
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
2017-11-30 05:42:23 +05:30
|
|
|
1. Fork it ( https://gitlab.com/omarroth/invidious/fork )
|
2017-11-23 13:18:55 +05:30
|
|
|
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
|
|
|
|
|
2017-11-23 13:22:37 +05:30
|
|
|
- [omarroth](https://github.com/omarroth) - creator, maintainer
|