JackTracker lets you download songs, albums, playlists, or artist discographies from Spotify with just a link. No command-line skills needed!
Before running JackTracker, make sure you have these installed:
- Node.js (v18 or higher)
- Python 3
ffmpeg(used to convert songs to MP3)spotDLPython tool:
pip install spotdl# Install dependencies
npm install
# Start the backend server
node server.jsOnce the server is running, it will start on:
http://localhost:5000
- Open the frontend (
index.html) in a browser or integrate it into a frontend framework. - Paste your Spotify URL and click Download.
- The app will fetch and convert your music.
- Your system needs access to the internet to fetch and download Spotify content.
- All files are stored temporarily and deleted afterward.
- Node.js + Express (Backend)
- Python +
spotDL(Music downloader) - ffmpeg (MP3 conversion)
- Basic React UI
Created with ❤️ by William Majanja