Skip to content

davidumoru/playlist-converter

Repository files navigation

Playlist Converter

Convert your YouTube music playlists to Spotify.

Description

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.

Homepage

Visit the project homepage

Features

  • Convert YouTube playlists to Spotify
  • Simple and intuitive web interface
  • Fast and reliable conversion process

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/davidumoru/playlist-converter.git
  2. Navigate to the project directory:
    cd playlist-converter
  3. Install the dependencies:
    npm install
  4. Start the development server:
    npm start

Usage

  1. Open the web application in your browser.
  2. Follow the instructions to log in to your Spotify account and authorize the application.
  3. Enter the URL of your YouTube playlist.
  4. Click on the "Convert" button.
  5. Your playlist will be converted and added to your Spotify account.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request to the main branch.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • davidumoru for creating and maintaining this project.

Releases

No releases published

Packages

No packages published