https://github.com/hubgit/jquery-spotify
jQuery plugin for Spotify's metadata API
https://github.com/hubgit/jquery-spotify
Last synced: 6 months ago
JSON representation
jQuery plugin for Spotify's metadata API
- Host: GitHub
- URL: https://github.com/hubgit/jquery-spotify
- Owner: hubgit
- License: mit
- Created: 2014-01-19T22:35:25.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-02-04T15:08:47.000Z (about 12 years ago)
- Last Synced: 2025-08-02T01:42:39.607Z (7 months ago)
- Language: JavaScript
- Homepage: http://git.macropus.org/jquery-spotify/jquery.spotify.js
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jQuery Spotify
A jQuery plugin for fetching data from [Spotify's metadata API](https://developer.spotify.com/technologies/web-api/).
Requires [jQuery Ajax Queue](https://github.com/hubgit/jquery-ajax-queue).
[Demonstration](http://git.macropus.org/jquery-spotify/demo/).
## Examples
$.spotify.search('The Beatles Yello Wubmarine'); // basic search
$.spotify.search({ artist: 'The Beatles' }, { page: 2 }); // 2nd page of an artist search
$.spotify.lookup('spotify:album:4BMYwbOZd1i9vraiSXtSkg', { extras: 'track' }); // retrieve metadata by URI