A fun website that uses Gemini AI to roast your Spotify listening history. Connect your Spotify account and get some brutally honest (and entertaining) roast on your music choices.
- Analyzes your Spotify listening history
- Provides humorous and candid roasts
- Clone this repo
git clone https://github.com/yogarn/roastmyspotify.git
- Install dependency Install NodeJs dependency using NPM
npm install
- Setup environment
Rename
.env.exampleto.env
mv .env.example .env
Obtain Gemini API key and Spotify API key and put it in the .env file
- Run
npm run start
Feel free to contribute or suggest improvements.