0.0.1 • Published 1 year ago

snodeify v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.

0.0.1

1 year ago