TuneIn is a web app that connects with Spotify to show your currently playing track, recent activity, and playlists. Perfect for embedding in your GitHub README or portfolio!
- ✅ Show currently playing track
- ✅ View recently played tracks
- ✅ Browse your Spotify playlists
- ✅ Generate widgets for GitHub README or personal sites
# Clone the repository
git clone https://github.com/yourusername/tunein.git
# Navigate to the project directory
cd tunein
# Install dependencies
npm install
# Create a .env file and add Spotify credentials
echo "VITE_CLIENT_ID=your_spotify_client_id" >> .env
echo "http://127.0.0.1:8000/dashboard" >> .env
# Run the development server
npm run dev