Popularity
7.4
Stable
Activity
0.0
Stable
33
6
5
Programming language: Crystal
Tags:
Third-party APIs
spotify.cr alternatives and similar shards
Based on the "Third-party APIs" category.
Alternatively, view spotify.cr alternatives based on common mentions on social networks and blogs.
-
GDAX
๐ GDAX REST and WebSocket API wrapper to trade blockchain cryptocurrencies like bitcoin, Litecoin and Ethereum.
InfluxDB โ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of spotify.cr or a related project?
README
spotify.cr 
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