https://github.com/deezer/javascript-samples
Samples for the Deezer Javascript SDK
https://github.com/deezer/javascript-samples
Last synced: 4 months ago
JSON representation
Samples for the Deezer Javascript SDK
- Host: GitHub
- URL: https://github.com/deezer/javascript-samples
- Owner: deezer
- Created: 2013-09-04T12:19:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T01:59:45.000Z (over 4 years ago)
- Last Synced: 2025-10-25T14:37:54.212Z (8 months ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 72
- Watchers: 40
- Forks: 38
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

=============
Samples for the Deezer Javascript SDK
Full documentation is available on Deezer Developers website: http://developers.deezer.com/sdk/javascript
### Basic Custom Player
This sample provides a very simple example of a custom Deezer player using the Javascript SDK.
You'll also find sample API requests such as searchings for artists, retrieving an album cover, etc.
### Deezer Light
Made during a hackathon, this project show you how to use the Javascript SDK to build mini Deezer
thanks to the generous API. It uses AngularJS and is inspired by [Bluroon](http://goo.gl/PVfSQB).
You can test with the [demo](http://vladimir.sh/playground/deezer_light) or install on your own server by providing a valid APP_ID and CHANNEL_URL.