This is a toy project to introduce newcomers to the Crystal Language.
Assuming you already installed Crystal, you can just run this with crystal src/crystal_jukebox.cr
Run tests with crystal spec
- Fork it (https://github.com/your-github-user/crystal-jukebox/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Martin Verzilli - creator and maintainer