Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 703 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 703 Bytes

kemal_youtube_retriever

Using

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