snodeify

0.0.1 • Public • Published

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.

/snodeify/

    Package Sidebar

    Install

    npm i snodeify

    Weekly Downloads

    0

    Version

    0.0.1

    License

    ISC

    Unpacked Size

    163 kB

    Total Files

    24

    Last publish

    Collaborators

    • anjerodesu