Generate personalized Spotify playlists based on the music that defined your formative years (ages 15-22). This app helps you rediscover the songs that shaped your musical taste during your most influential period.
Available at https://reverb.093b.org
- Automatically creates Spotify playlists based on your birth year
- Focuses on your formative years (ages 15-22)
- Node.js (v14 or higher)
- A Spotify account
- Spotify Developer credentials
-
Clone the repository:
git clone https://github.com/yourusername/nostalgia-playlist-generator.git cd nostalgia-playlist-generator
-
Install dependencies:
pnpm install
-
Create a
.env
file from the.env.example
file:
-
Start the application:
pnpm dev
-
Open your browser and navigate to
http://localhost:3000
-
Enter your birth year
-
Click "Generate Playlist"
-
Authorize with your Spotify account when prompted
-
Enjoy your personalized nostalgia playlist!
The app calculates your formative years (ages 15-22) based on your birth year and creates a playlist featuring popular songs from those years. For example, if you were born in 1990, it will generate a playlist with hits from 2005-2012.
This project is licensed under the MIT License - see the LICENSE file for details.