Your personal portal to the vibrant world of Spotify! Jammmers seamlessly integrates with the Spotify API, empowering you to discover music, express yourself through playlists, and make your selections a permanent part of your Spotify library.
- Effortless Song Search: Explore Spotify's vast catalog and easily find the tunes that hit the right note.
- Intuitive Playlist Creation: Design the perfect mix by bringing your favorite tracks together into custom playlists that groove to your own beat.
- Direct Spotify Saving: Instantly transfer your Jammmers playlists to your Spotify account, ensuring your musical masterpieces are always just a click away.
- A Spotify account (you can create one for free if you don't have one).
- Spotify API credentials (Client ID and Client Secret) – Obtain these by registering an application on the Spotify Developer Dashboard.
- Clone the Repository:
git clone https://github.com/apo-ll/jammmers.git
npm install
# or
```bash
yarn install
# Configure Environment Variables: Create a .env file in the project's root directory and add the credentials you obtained from Spotify:
SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret