Skip to content

Instantly share code, notes, and snippets.

View michaelrice136's full-sized avatar

Michael Rice michaelrice136

View GitHub Profile
function Search-Spotify {
<#
.SYNOPSIS
Search Spotify.
.DESCRIPTION
This function uses the public web API of Spotify to let you query their database for information about
artists, albums, tracks and popular playlists.
.EXAMPLE
Search-Spotify 'Madonna'
Will search for 'Madonna' among all artists in the Spotify database.