Convert your YouTube music playlists to Spotify.
This project allows users to convert their YouTube music playlists into Spotify playlists. It provides a web interface to input YouTube playlist URLs and export them to Spotify.
- Convert YouTube playlists to Spotify
- Simple and intuitive web interface
- Fast and reliable conversion process
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/davidumoru/playlist-converter.git
- Navigate to the project directory:
cd playlist-converter
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open the web application in your browser.
- Follow the instructions to log in to your Spotify account and authorize the application.
- Enter the URL of your YouTube playlist.
- Click on the "Convert" button.
- Your playlist will be converted and added to your Spotify account.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request to the
main
branch.
This project is licensed under the MIT License. See the LICENSE file for details.
- davidumoru for creating and maintaining this project.