Spotify Playlist API with NodeJS
It is made to show anyone’s Spotify playlist in any web application.
How can use
Firstly
Libraries must be loaded
npm install
Secondly
const spotifyApi = new SpotifyWebApi({
clientId: 'CliendID',
clientSecret: 'ClientSecret'
//https://developer.spotify.com You can get informations from
});
Finally
return spotifyApi.getPlaylist('id');
//https://open.spotify.com/playlist/id You can get id from
- Definitely information to be fill.
ScreenShot
Contribution
Contributions are always welcome!
Getting started See `app.js’.
Please follow the ‘code of conduct’ of this project.
Feedback
If you have any feedback, please contact us at [email protected].