Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

marceloboeira/spotify.cr

Repository files navigation

spotify.cr Build Status

A Crystal wrapper for the Spotify API

Installation

Add this to your application's shard.yml:

dependencies:
  spotify:
    github: marceloboeira/spotify.cr

Usage

Track

require "spotify"

puts Spotify::Track.find("23MrkN7g6Q5U7GLIxNHN1B").name
# => Foxey Lady

Album

require "spotify"

puts Spotify::Album.find("7rSZXXHHvIhF4yUFdaOCy9").name
# => Are You Experienced

Artist

require "spotify"

puts Spotify::Artist.find("776Uo845nYHJpNaStv1Ds4").name
# => Jimi Hendrix

About

🎧 A Crystal wrapper for the Spotify Web API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published