Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/varunbln/playlistbridge

A webapp that lets you convert Spotify playlists to Youtube playlists and vice versa.
https://github.com/varunbln/playlistbridge

Last synced: about 2 months ago
JSON representation

A webapp that lets you convert Spotify playlists to Youtube playlists and vice versa.

Awesome Lists containing this project

README

        

# Playlist Bridge

A webapp written in Javascript using ExpressJS and React that lets you convert Spotify playlists to Youtube playlists and vice versa.

## Running Locally

### Clone the Repository

`git clone https://github.com/varun-balani/PlaylistBridge`

### Client

`cd client`
`npm i`
`npm start`

### Server

`cd server`
`npm i`
`npm start`