spotifydotjs
v1.1.1
Published
A lightweight library for interacting with Spotify's API
Downloads
8
Readme
Spotify.JS
A lightweight library for interacting with the Spotify API
Demo
const {SpotifyClient} = require("spotifydotjs")
const client = new SpotifyClient({
accessToken: "ACCESS TOKEN",
refreshToken: "REFRESH TOKEN",
cliendId: "CLIENT ID",
clientSecret: "CLIENT SECRET"
})
client.me().then(console.log).catch(console.error)Contributing
Contributions are always welcome!
