New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

visdi-deezer-api-ts

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

visdi-deezer-api-ts

🥁 Node.js library for Deezer Public API

  • 1.0.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

  • tanukijs

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

Keywords

FAQs

Package last updated on 30 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc