An open API service indexing awesome lists of open source software.

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

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