spotify
Version, currently master branch1 version
- master branchlatestOct 20, 2016
github.com/marceloboeira/spotify.cr
:headphones: A Crystal wrapper for the Spotify Web API
36 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
spotify:
github: marceloboeira/spotify.cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Author
- Marcelo Boeira <me@marceloboeira.com>
Dependencies
Development Dependencies
README
# spotify.cr [](https://travis-ci.org/marceloboeira/spotify.cr)
> A Crystal wrapper for the Spotify API
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
spotify:
github: marceloboeira/spotify.cr
```
## Usage
### Track
```crystal
require "spotify"
puts Spotify::Track.find("23MrkN7g6Q5U7GLIxNHN1B").name
# => Foxey Lady
```
### Album
```crystal
require "spotify"
puts Spotify::Album.find("7rSZXXHHvIhF4yUFdaOCy9").name
# => Are You Experienced
```
### Artist
```crystal
require "spotify"
puts Spotify::Artist.find("776Uo845nYHJpNaStv1Ds4").name
# => Jimi Hendrix
```
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Oct 20, 2016
- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/marceloboeira/spotify.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 1