Tidal.cr
Unofficial Tidal API client for Crystal. Tidal.cr allows you to utilize Tidal's completely undocumented API to lookup artists, tracks, albums, and playlists, as well as get the stream URL for tracks. This is a work in progress and will eventually include a full CLI that utilizes mpv to play tracks.
Installation
-
Add the dependency to your
shard.yml
:dependencies: tidal: github: watzon/tidal
-
Run
shards install
Usage
require "tidal"
TODO Write usage instructions here
Contributing
- Fork it (https://github.com/watzon/tidal/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
Contributors
- Chris Watson - creator and maintainer