A simple spotify playlist library
Report Bug
·
Request Feature
A simple spotify playlist library
To get a local copy up and running follow these simple steps.
- Navigate to the directory of the project you are using it in
cd /somePath/ToYourProject
- Install from NPM
npm install spotifypl
playlistId
- The ID of the playlist taken from the URL or returned from getIdFromURL
clientId
- The Client ID obtained by registering your application with Spotify
clientSecret
- The Client Secret obtained by registering your application with Spotify
options
- Currently not used, but coming in the future
Returns: playlistResults
- The results from Spotify's API
playlistURL
- The URL of the playlist
clientId
- The Client ID obtained by registering your application with Spotify
clientSecret
- The Client Secret obtained by registering your application with Spotify
Returns: urlIsValid
- Boolean indicating whether or not the URL is a valid playlist URL
playlistId
- The ID of the playlist taken from the URL or returned from getIdFromURL
clientId
- The Client ID obtained by registering your application with Spotify
clientSecret
- The Client Secret obtained by registering your application with Spotify
Returns: idIsValid
- Boolean indicating whether or not the ID is a valid playlist ID
playlistURL
- The URL of the playlist
Returns: playlistId
- The ID of the playlist
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Allison Poppe - @alliepoppe - [email protected]
Project Link: https://github.com/acpoppe/spotifypl