https://github.com/deezer/javascript-samples
Samples for the Deezer Javascript SDK
https://github.com/deezer/javascript-samples
Last synced: 3 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T01:59:45.000Z (about 4 years ago)
- Last Synced: 2024-04-16T11:27:17.519Z (over 1 year ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 71
- Watchers: 43
- Forks: 37
- 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.