Turn your local music library into Spotify playlists.
Spotifyer is a tool that lets you search for your local music files on Spotify and add then them to playlists.
- Run
npm install
- Create a
.env.local
file withVITE_SPOTIFY_CLIENT_ID={spotify-client-id}
where{spotify-client-id}
is your Spotify Client ID - Run
npm start