- Notifications
You must be signed in to change notification settings - Fork6
This is Nodejs wrapper for the Deezer Public API that return promises.
NotificationsYou must be signed in to change notification settings
zaosoula/deezer-public-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This isNodejs wrapper for theDeezer Public API that return promises.
npm install deezer-public-api --saveconstDeezerPublicApi=require('deezer-public-api');letdeezer=newDeezerPublicApi();//Search an artistdeezer.search.artist('ILYSH').then(function(result){console.log(result);});//Get info for the given artist iddeezer.artist('58671252').then(function(result){console.log(result);});//Get album list for the given artist iddeezer.artist.albums('58671252').then(function(result){console.log(result);});
- album(
id,limit,index) - album.comments(
id,limit,index) - album.fans(
id,limit,index) - album.tracks(
id,limit,index)
- artist(
id,limit,index) - artist.top(
id,limit,index) - artist.albums(
id,limit,index) - artist.comments(
id,limit,index) - artist.fans(
id,limit,index) - artist.related(
id,limit,index) - artist.radio(
id,limit,index) - artist.playlists(
id,limit,index)
- chart(
limit,index) - chart.tracks(
limit,index) - chart.albums(
limit,index) - chart.artists(
limit,index) - chart.playlists(
limit,index) - chart.podcasts(
limit,index)
- comment(
id,limit,index)
- editorial(
id,limit,index) - editorial.selection(
id,limit,index) - editorial.charts(
id,limit,index) - editorial.releases(
id,limit,index)
- episode(
id,limit,index)
- genre(
id,limit,index) - genre.artists(
id,limit,index) - genre.podcasts(
id,limit,index) - genre.radios(
id,limit,index)
- infos()
- options()
- playlist(
id,limit,index) - playlist.comments(
id,limit,index) - playlist.fans(
id,limit,index) - playlist.tracks(
id,limit,index) - playlist.radio(
id,limit,index)
- podcast(
id,limit,index) - podcast.episodes(
id,limit,index)
- radio(
id,limit,index) - radio.genres(
limit,index) - radio.top(
limit,index) - radio.lists(
limit,index) - radio.tracks(
id,limit,index)
- track(
id,limit,index)
- user(
id,limit,index) - user.albums(
id,limit,index) - user.artists(
id,limit,index) - user.charts(
id,limit,index) - user.charts.tracks(
id,limit,index) - user.charts.albums(
id,limit,index) - user.charts.playlists(
id,limit,index) - user.charts.artists(
id,limit,index) - user.flow(
id,limit,index) - user.followings(
id,limit,index) - user.followers(
id,limit,index) - user.playlists(
id,limit,index) - user.podcasts(
id,limit,index) - user.radios(
id,limit,index) - user.tracks(
id,limit,index)
- search(
options,order,limit,index) - search.artist(
query,order,limit,index,strict) - search.playlist(
query,order,limit,index,strict) - search.podcast(
query,order,limit,index,strict) - search.radio(
query,order,limit,index,strict) - search.track(
query,order,limit,index,strict) - search.user(
query,order,limit,index,strict) - search.album(
query,order,limit,index,strict)
About
This is Nodejs wrapper for the Deezer Public API that return promises.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.