Skip to content

🥁 Node.js library for Deezer Public API (written in TypeScript)

License

Notifications You must be signed in to change notification settings

tanukijs/deezer-api-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deezer Api TS

npm License

Unofficial Deezer API for Node.js written in TypeScript.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  • Nodejs ^14.2.0
  • NPM ^6.14.4

Installing

A step by step series of examples that tell you how to get a development env running

Add the package to your project

With npm: npm i deezer-api-ts
With yarn: yarn add deezer-api-ts

Available methods

  • DeezerApi.getAlbum(albumId)
  • DeezerApi.getAlbumTracks(albumId)
  • DeezerApi.getAlbumFans(albumId)
  • DeezerApi.getArtist(artistId)
  • DeezerApi.getArtistAlbums(artistId)
  • DeezerApi.searchAlbums(query, parameters)
  • DeezerApi.searchArtists(query, parameters)
  • DeezerApi.searchTracks(query, parameters)
  • DeezerApi.searchPlaylists(query, parameters)
  • DeezerApi.searchPodcasts(query, parameters)
  • DeezerApi.getTrack(trackId)

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

🥁 Node.js library for Deezer Public API (written in TypeScript)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages