All Projects → marceloboeira → spotify.cr

marceloboeira / spotify.cr

Licence: MIT license
🎧 A Crystal wrapper for the Spotify Web API

Programming Languages

crystal
512 projects

Projects that are alternatives of or similar to spotify.cr

whichone
A personalised Spotify quiz based on the music you listen to
Stars: ✭ 14 (-60%)
Mutual labels:  spotify
BTSpotifyGeeklet
Geeklet for Spotify player, shows track info and artwork
Stars: ✭ 12 (-65.71%)
Mutual labels:  spotify
Spotify-Customizer
Chrome extension to customize Spotify web client (themes, lyrics, ...)
Stars: ✭ 27 (-22.86%)
Mutual labels:  spotify
CoverMaster
Download covers arts from Spotify and Soundcloud and embeds them to your MP3 files. (My first GUI attempt in python.)
Stars: ✭ 64 (+82.86%)
Mutual labels:  spotify
spotify-player
A command driven spotify player
Stars: ✭ 261 (+645.71%)
Mutual labels:  spotify
spotifypiHome
"Install and go" multiroom music playback solution, with support for spotify, airplay and bluetooth.
Stars: ✭ 32 (-8.57%)
Mutual labels:  spotify
neovim-spotify
Neovim plugin to control Spotify and Apple Music on macOS
Stars: ✭ 67 (+91.43%)
Mutual labels:  spotify
spotify-playing-readme
A really easy way to display your spotify listening status on READMEs and Website.
Stars: ✭ 21 (-40%)
Mutual labels:  spotify
distube-music-bot
An advanced music bot based on distube.js.org with filters and more
Stars: ✭ 24 (-31.43%)
Mutual labels:  spotify
lavalink-music-bot-2021
Advance Discord Lavalink Music Bot With Spotify and Buttons Help Menu || Best Music Quality || Radio Commands
Stars: ✭ 26 (-25.71%)
Mutual labels:  spotify
spotify-next
Small CLI app for filtering out music on Spotify.
Stars: ✭ 45 (+28.57%)
Mutual labels:  spotify
thirtytwopixels
🖼️ wireless LED album art display for spotify, mpd+ncmpcpp and other players.
Stars: ✭ 46 (+31.43%)
Mutual labels:  spotify
hoergewohnheiten
Save your Spotify plays to a Postgres database and run a Flask app to provide listening stats.
Stars: ✭ 16 (-54.29%)
Mutual labels:  spotify
ideas-for-projects-people-would-use
Every time I have an idea, I write it down. These are a collection of my top software ideas -- problems I think enough people have that don't have solutions. I expect you can reach a decent userbase if marketed correctly, as I am surely not the only one with these problems.
Stars: ✭ 646 (+1745.71%)
Mutual labels:  spotify
muffon
Music streaming browser
Stars: ✭ 491 (+1302.86%)
Mutual labels:  spotify
spotify-deb-install
MOVED: https://gitlab.com/q3aql/spotify-deb-install
Stars: ✭ 15 (-57.14%)
Mutual labels:  spotify
Spotify-Readme
A dynamic, customizable, and real-time Spotify now-playing widget for your README files.
Stars: ✭ 85 (+142.86%)
Mutual labels:  spotify
spotify-release-list
📅 Display list of Spotify releases from artists you follow
Stars: ✭ 142 (+305.71%)
Mutual labels:  spotify
spotify-cli
Spotify for the terminal 🎵
Stars: ✭ 295 (+742.86%)
Mutual labels:  spotify
gmusic wrapped
A spotify 'year wrapped' like for Google Play Music
Stars: ✭ 44 (+25.71%)
Mutual labels:  spotify

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].