Spoofify is a Spotify downloader application that allows users to download tracks or playlists from Spotify using a provided Spotify link. By simply inputting the Spotify link, Spoofify will locate and enable the download of the specified tracks for offline use.
- Download individual tracks or entire playlists from Spotify
- User-friendly interface for easy link input and download initiation
- High-quality audio downloads
- Supports multiple download formats
- Clone the repository:
git clone https://github.com/yourusername/spoofify.git
- Navigate to the project directory:
cd spoofify
- Install the required dependencies:
bun install
- Get you Spotify API keys from Spotify:
https://developer.spotify.com/dashboard
- Create a .env file and add your KEYS:
CLIENT_ID=*** CLIENT_SECRET=***
- Run the application:
bun run dev
- Enter the Spotify link for the track or playlist you wish to download.
- Follow the on-screen prompts to complete your download.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.