0.0.3 • Published 2 years ago

spotify-data-info v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

📦 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 💖