Welcome to the Spotify Playlist Manager - a dynamic web app that lets you interact with your Spotify account to search, create, and manage playlists with your favorite songs. Easily authenticate, search, and save playlists right back to Spotify.
- Spotify Authentication: Securely log in to access and manage your Spotify music.
- Search Music: Look up songs, albums, and artists in Spotify's vast library.
- Create Playlists: Organize your favorite tracks into playlists for various occasions.
- Save Playlists: Instantly save your playlists to your Spotify account.
- NPM
- A Spotify Developer account
- Clone the repo:
git clone https://github.com/yourusername/spotify-playlist-manager.git
- Install NPM packages: cd spotify-playlist-manager npm install
- Create a .env file in the root directory and add your Spotify API credentials: SPOTIFY_CLIENT_ID=your_spotify_client_id SPOTIFY_CLIENT_SECRET=your_spotify_client_secret
Start the server with: npm start
Navigate to http://localhost:3000 in your web browser to access the app.