Bren00x / DeezerJS

Deezer API wrapper for Browser and Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeezerJS

Deezer API wrapper for Browser and Node.js

⚠️ The funtions should work, index offset and other function options may not work. ⚠️

Going to use what I learned to rewrite in TS and implement a different request structure.

Repo: Bren00x/DeezerTS


Roadmap

  • User

    • get user
    • get user albums
    • get user artists
    • get user playlists
    • get user favorites
    • get user recent listen history
  • Albums

    • get album
    • favorite album
    • unfavorite album
    • get album tracks
    • get album fans
  • Artists

    • get artist
    • follow artist
    • unfollow artist
    • get albums
    • get fans
  • Track

    • get track
    • favorite track
    • unfavorite track
  • Playlists

    • get playlist
    • favorite playlist
    • unfavorite playlist
    • get playlist tracks
    • add to playlist
    • get playlist fans
    • get playlist radio

About

Deezer API wrapper for Browser and Node.js

License:MIT License


Languages

Language:JavaScript 100.0%