snodeify
v0.0.1
Published
A Node.js wrapper for Spotify's Web API used for educational purposes.
Downloads
3
Maintainers
Readme
Snodeify
Snodeify is a Node.js package that provides a simplified interface to interact with the Spotify Web API.
Installation
To install the Snodeify, open your terminal or command prompt and run the following command:
npm i snodeify
Usage
Import the package
import Snodeify from 'snodeify'
Create a config file as JS object
const snodeify = Snodeify.withConfig({
redirectURL,
clientID,
clientSecret,
responseType,
scopes
})
Spotify Official API documentation
Please refer to the Spotify Web API Reference for detailed information about the available endpoints and their parameters.
License
Distributed under ISC. See LICENSE.md
for more information.