https://github.com/akiicat/kemal_youtube_retriever
crystal kemal youtube retriever
https://github.com/akiicat/kemal_youtube_retriever
crystal kemal language youtube
Last synced: 7 months ago
JSON representation
crystal kemal youtube retriever
- Host: GitHub
- URL: https://github.com/akiicat/kemal_youtube_retriever
- Owner: akiicat
- License: mit
- Created: 2017-04-25T14:48:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T11:44:33.000Z (over 7 years ago)
- Last Synced: 2025-04-12T18:07:01.916Z (7 months ago)
- Topics: crystal, kemal, language, youtube
- Language: Crystal
- Homepage: https://youtube.akiicat.com/
- Size: 95.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kemal_youtube_retriever
Using
- [Youtube Retriever](https://github.com/akiicat/youtube_retriever)
- [Kemal](https://github.com/kemalcr/kemal)
## Installation
- [Install Crystal](https://crystal-lang.org/docs/installation/)
Install dependency package
```
crystal deps
```
## Usage
Run Server
```
crystal src/kemal_youtube_retriever.cr
```
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ( https://github.com/akiicat/kemal_youtube_retriever/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