spotify-data-info

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i spotify-data-info

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

2.7 kB

Total Files

5

Last publish

Collaborators

  • ronstufer