Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/varunbln/playlistbridge
- Owner: varunbln
- License: mit
- Created: 2022-12-06T18:17:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T10:37:53.000Z (about 2 years ago)
- Last Synced: 2024-06-06T22:37:35.979Z (7 months ago)
- Language: JavaScript
- Size: 311 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.MD
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`