Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

spotify-data-info

ronstufer12MIT0.0.3

Easy way to get metadata from spotify

Spotify, spotify-client, music, metadata

readme

📦 spotify-data-info

  • Best package for get metadata from Spotify.
  • Light package with advance features.

📂 Example for discord.js

//Top of your main file(index.js or bot.js)
const { Spotify } = require("spotify-data-info");
//After your discord.js client
client.sclient = new Spotify({
clientID: "Your Spotify Client ID",
clientSecret: "Your Spotify Client Secret",
});

//Get track data
const song = await client.sclient.searchTrack("Song Name");
console.log(song);

🎉 New update

  • V0.0.3 is launched.
  • remove playlist search option.

Made by ron with 💖