Skip to content

Nit-Twit/spotify.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Authors

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published