Convert Deezer links to Spotify links (and vice-versa) for tracks, albums, and artists.
-
Clone the repository:
git clone https://github.com/rayandaod/spoteezer cd spoteezer -
Add Spotify credentials to
backend/.env(just backend setupcopies from.env.example). Get them from the Spotify Developer Dashboard.
just runStarts backend and frontend in a tmux session. Open http://localhost:8080 (API at http://127.0.0.1:5001). Run again to reattach.
just test # Run tests
just lint # Lint code
just type # Type check