Skip to content

A Node.js wrapper for Spotify's Web API used for educational purposes. [WIP]

License

Notifications You must be signed in to change notification settings

anjerodesu/Snodeify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Node.js wrapper for Spotify's Web API used for educational purposes. [WIP]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages