An open API service indexing awesome lists of open source software.

https://github.com/davidumoru/playlist-converter

Convert your Youtube music playlists to Spotify
https://github.com/davidumoru/playlist-converter

music playlist-converter spotify youtube

Last synced: about 1 month ago
JSON representation

Convert your Youtube music playlists to Spotify

Awesome Lists containing this project

README

        

# 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](https://tune-bridge.umoru.tech/)

## 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:
```bash
git clone https://github.com/davidumoru/playlist-converter.git
```
2. Navigate to the project directory:
```bash
cd playlist-converter
```
3. Install the dependencies:
```bash
npm install
```
4. Start the development server:
```bash
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:
```bash
git checkout -b feature/your-feature-name
```
3. Make your changes and commit them:
```bash
git commit -m 'Add some feature'
```
4. Push to the branch:
```bash
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](LICENSE) file for details.

## Acknowledgments

- [davidumoru](https://github.com/davidumoru) for creating and maintaining this project.