Skip to content

A Swift class for making a song or artist search using Spotify API and another class for storing search results.

Notifications You must be signed in to change notification settings

KaanEmec/SpotifySearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotifySearch

A Swift class for making a song or artist search using Spotify API and another class for storing search results.

USAGE: Add the spotifySearch.swift file into your project. Create an instance of spotifySearch Class and use following functions to do and handle song or artist search:

  • spotifySearch.searchSpotifyFor (searchTerm, searchType, designatedArtist, handler)

  • spotifySearch.stopSearching()

  • spotifySearch.spotifySearchResultsToStringArray(results) -> [String]

Search results will be returned to the handler you specified in the function "searchSpotifyFor" with an array of spotifySearchResult class.

About

A Swift class for making a song or artist search using Spotify API and another class for storing search results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages